summaryrefslogtreecommitdiff
path: root/schema/migrations/0013.sql
diff options
context:
space:
mode:
authorJesse Morgan <jesse@jesterpm.net>2025-02-23 17:01:01 -0800
committerJesse Morgan <jesse@jesterpm.net>2025-02-23 17:01:01 -0800
commitd347e8286bae38b3949f6e0f58d8ab8632cd9c0e (patch)
tree92975f797793f7a1da379cd6274da23cea29bc4a /schema/migrations/0013.sql
parent8ecaed3d2f5a19bf1a5c4cb077658e1bd3bc8438 (diff)
Track token expirationreauthorize
Force reauthentication after the token expires.
Diffstat (limited to 'schema/migrations/0013.sql')
-rw-r--r--schema/migrations/0013.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/schema/migrations/0013.sql b/schema/migrations/0013.sql
new file mode 100644
index 0000000..709ad21
--- /dev/null
+++ b/schema/migrations/0013.sql
@@ -0,0 +1,2 @@
+ALTER TABLE users
+ADD COLUMN `micropub_token_expiration` datetime DEFAULT NULL;