summaryrefslogtreecommitdiff
path: root/schema/mysql.sql
diff options
context:
space:
mode:
authorJesse Morgan <jesse@jesterpm.net>2022-03-21 23:02:31 -0700
committerJesse Morgan <jesse@jesterpm.net>2025-02-23 14:40:49 -0800
commitda6f3f78965e1af2738a25b67126e396f881a0c9 (patch)
tree8c4ca881bfff4e3554d527fcb787ec37018cd419 /schema/mysql.sql
parent7962df92f6aa6aac981d456ab1363a8ee6936091 (diff)
Diffstat (limited to 'schema/mysql.sql')
-rw-r--r--schema/mysql.sql1
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,