mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 08:28:19 +01:00
9 lines
271 B
SQL
9 lines
271 B
SQL
/*
|
|
Warnings:
|
|
|
|
- A unique constraint covering the columns `[client_id]` on the table `Application` will be added. If there are existing duplicate values, this will fail.
|
|
|
|
*/
|
|
-- CreateIndex
|
|
CREATE UNIQUE INDEX "Application_client_id_key" ON "Application"("client_id");
|