diff options
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; |