2
0

feat(account): 🗃️Add api token

This commit is contained in:
Baptiste Arnaud
2022-02-21 06:57:44 +01:00
parent 65c206e00a
commit 5a80774ff5
7 changed files with 52 additions and 11 deletions

View File

@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "User" ADD COLUMN "apiToken" TEXT;