summaryrefslogtreecommitdiff
path: root/schema/migrations
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/migrations
parent7962df92f6aa6aac981d456ab1363a8ee6936091 (diff)
Diffstat (limited to 'schema/migrations')
-rw-r--r--schema/migrations/0012.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/schema/migrations/0012.sql b/schema/migrations/0012.sql
new file mode 100644
index 0000000..9b1cc90
--- /dev/null
+++ b/schema/migrations/0012.sql
@@ -0,0 +1,2 @@
+ALTER TABLE users
+ADD COLUMN `micropub_optin_html_content` tinyint(4) DEFAULT '1';