3d381944d2
Next.js + Express event management app for Hope Family Church.
9 lines
256 B
SQL
9 lines
256 B
SQL
/*
|
|
Warnings:
|
|
|
|
- A unique constraint covering the columns `[phoneNumber]` on the table `User` will be added. If there are existing duplicate values, this will fail.
|
|
|
|
*/
|
|
-- CreateIndex
|
|
CREATE UNIQUE INDEX "User_phoneNumber_key" ON "User"("phoneNumber");
|