initial commit
This commit is contained in:
commit
54de9cfa8e
26 changed files with 6950 additions and 0 deletions
8
prisma/migrations/20230503100402_unique/migration.sql
Normal file
8
prisma/migrations/20230503100402_unique/migration.sql
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
/*
|
||||
Warnings:
|
||||
|
||||
- A unique constraint covering the columns `[keyName,userNpub]` on the table `KeyUser` will be added. If there are existing duplicate values, this will fail.
|
||||
|
||||
*/
|
||||
-- CreateIndex
|
||||
CREATE UNIQUE INDEX "KeyUser_keyName_userNpub_key" ON "KeyUser"("keyName", "userNpub");
|
||||
Loading…
Add table
Add a link
Reference in a new issue