diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2025-02-23 17:01:31 -0800 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net> | 2025-02-23 17:01:31 -0800 |
commit | 2e022f842d4b9a118bc99ec6bce5914b74b0240e (patch) | |
tree | f4f9811992b0137008aa3626af1326d1312a1050 /schema/migrations | |
parent | 9cef96e19452ec5fd9857ef64eca48e7c8690b5d (diff) | |
parent | d347e8286bae38b3949f6e0f58d8ab8632cd9c0e (diff) |
Merge branch 'reauthorize' into local-installlocal-install
Diffstat (limited to 'schema/migrations')
-rw-r--r-- | schema/migrations/0013.sql | 2 |
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; |