From da6f3f78965e1af2738a25b67126e396f881a0c9 Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Mon, 21 Mar 2022 23:02:31 -0700 Subject: Fix schema --- schema/migrations/0012.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 schema/migrations/0012.sql (limited to 'schema/migrations/0012.sql') 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'; -- cgit v1.2.3