Policies and single-use tokens

This commit is contained in:
pablof7z 2023-06-04 10:03:02 +02:00
commit c43f1cc95e
15 changed files with 402 additions and 91 deletions

View file

@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "Policy" ADD COLUMN "deletedAt" DATETIME;