mirror of
https://github.com/EdiFarcas/Giveaway-app.git
synced 2026-06-29 05:00:55 +03:00
Initial commit - project setup
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
/*
|
||||
Warnings:
|
||||
|
||||
- You are about to drop the column `value` on the `Giveaway` table. All the data in the column will be lost.
|
||||
- Added the required column `prize` to the `Giveaway` table without a default value. This is not possible if the table is not empty.
|
||||
|
||||
*/
|
||||
-- AlterTable
|
||||
ALTER TABLE "Giveaway" DROP COLUMN "value",
|
||||
ADD COLUMN "prize" TEXT NOT NULL;
|
||||
Reference in New Issue
Block a user