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/mysql.sql | |
parent | efe16c375a202cff5c2b07e3c7fb273a2e8bec16 (diff) |
add a dropdown to choose post visibility
Diffstat (limited to 'schema/mysql.sql')
-rw-r--r-- | schema/mysql.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/schema/mysql.sql b/schema/mysql.sql index bbe0dd4..1007256 100644 --- a/schema/mysql.sql +++ b/schema/mysql.sql @@ -25,5 +25,6 @@ CREATE TABLE `users` ( `email_username` varchar(255) DEFAULT NULL, `default_timezone` varchar(255) DEFAULT NULL, `supported_post_types` longtext, + `supported_visibility` longtext, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |