create_account work

This commit is contained in:
Pablo Fernandez 2023-12-20 10:21:24 +00:00
commit 0a5682d1e4
22 changed files with 265 additions and 154 deletions

View file

@ -0,0 +1,8 @@
/*
Warnings:
- A unique constraint covering the columns `[keyName]` on the table `Key` will be added. If there are existing duplicate values, this will fail.
*/
-- CreateIndex
CREATE UNIQUE INDEX "Key_keyName_key" ON "Key"("keyName");