diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2022-03-21 23:02:31 -0700 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net> | 2025-02-23 14:40:49 -0800 |
commit | da6f3f78965e1af2738a25b67126e396f881a0c9 (patch) | |
tree | 8c4ca881bfff4e3554d527fcb787ec37018cd419 /schema/mysql.sql | |
parent | 7962df92f6aa6aac981d456ab1363a8ee6936091 (diff) |
Fix schemafix-location-header
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 0a0accb..d262c77 100644 --- a/schema/mysql.sql +++ b/schema/mysql.sql @@ -11,6 +11,7 @@ CREATE TABLE `users` ( `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', + `micropub_optin_html_content` tinyint(4) DEFAULT '0', `date_created` datetime DEFAULT NULL, `last_login` datetime DEFAULT NULL, `last_micropub_response` text, |