From f0c5635c2f072448808f35990b7f8abd84b9607d Mon Sep 17 00:00:00 2001 From: Aaron Parecki Date: Sun, 29 Sep 2019 15:36:59 +0200 Subject: add a dropdown to choose post visibility --- schema/migrations/0007.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 schema/migrations/0007.sql (limited to 'schema/migrations') diff --git a/schema/migrations/0007.sql b/schema/migrations/0007.sql new file mode 100644 index 0000000..2d51a15 --- /dev/null +++ b/schema/migrations/0007.sql @@ -0,0 +1,2 @@ +ALTER TABLE users +ADD COLUMN `supported_visibility` LONGTEXT; -- cgit v1.2.3