diff options
author | Aaron Parecki <aaron@parecki.com> | 2017-01-17 09:24:41 -0800 |
---|---|---|
committer | Aaron Parecki <aaron@parecki.com> | 2017-01-17 09:24:41 -0800 |
commit | 0e8ee9973a550a3ab0a2069d9a12b683651b7d9b (patch) | |
tree | a6f5449d8dd09e815ad659396a1aaa350354215e /schema/mysql.sql | |
parent | 3bdcd009c8817df5275041d5c4d72c716d660456 (diff) |
use `mp-syndicate-to` by default, add setting
* adds setting to choose the property to use for the syndication targets
* all existing users default to the old value `syndicate-to`
* new users default to `mp-syndicate-to`
closes #66
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 31f10fd..9796b5d 100644 --- a/schema/mysql.sql +++ b/schema/mysql.sql @@ -9,6 +9,7 @@ CREATE TABLE `users` ( `micropub_scope` varchar(255) DEFAULT NULL, `micropub_response` text, `micropub_slug_field` varchar(255) NOT NULL DEFAULT 'mp-slug', + `micropub_syndicate_field` varchar(255) NOT NULL DEFAULT 'mp-syndicate-to', `micropub_success` tinyint(4) DEFAULT '0', `date_created` datetime DEFAULT NULL, `last_login` datetime DEFAULT NULL, |