summaryrefslogtreecommitdiff
path: root/schema/mysql.sql
diff options
context:
space:
mode:
authorJesse Morgan <jesse@jesterpm.net>2025-02-23 17:01:31 -0800
committerJesse Morgan <jesse@jesterpm.net>2025-02-23 17:01:31 -0800
commit2e022f842d4b9a118bc99ec6bce5914b74b0240e (patch)
treef4f9811992b0137008aa3626af1326d1312a1050 /schema/mysql.sql
parent9cef96e19452ec5fd9857ef64eca48e7c8690b5d (diff)
parentd347e8286bae38b3949f6e0f58d8ab8632cd9c0e (diff)
Merge branch 'reauthorize' into local-installlocal-install
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 3d2b45e..4a7d477 100644
--- a/schema/mysql.sql
+++ b/schema/mysql.sql
@@ -6,6 +6,7 @@ CREATE TABLE `users` (
`micropub_endpoint` varchar(255) DEFAULT NULL,
`micropub_media_endpoint` varchar(255) DEFAULT NULL,
`micropub_access_token` text,
+ `micropub_token_expiration` datetime DEFAULT NULL,
`micropub_scope` varchar(255) DEFAULT NULL,
`micropub_response` text,
`micropub_slug_field` varchar(255) NOT NULL DEFAULT 'mp-slug',