check expiry

This commit is contained in:
2024-08-19 22:35:40 +02:00
parent 4a756e850e
commit 1fce6f6a48
3 changed files with 8 additions and 4 deletions

View File

@ -0,0 +1 @@
drop_column("tokens, "expiry_at")

View File

@ -0,0 +1,2 @@
add_column("tokens", "expiry_at", "timestamp", {})