diff options
author | Aaron Parecki <aaron@parecki.com> | 2019-09-29 15:36:59 +0200 |
---|---|---|
committer | Aaron Parecki <aaron@parecki.com> | 2019-09-29 15:36:59 +0200 |
commit | f0c5635c2f072448808f35990b7f8abd84b9607d (patch) | |
tree | 47984c59c55a834c2ca2c2ae4388df2a6a5b6857 /schema/migrations | |
parent | efe16c375a202cff5c2b07e3c7fb273a2e8bec16 (diff) |
add a dropdown to choose post visibility
Diffstat (limited to 'schema/migrations')
-rw-r--r-- | schema/migrations/0007.sql | 2 |
1 files changed, 2 insertions, 0 deletions
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; |