mirror of
https://github.com/EdiFarcas/Giveaway-app.git
synced 2026-06-28 19:00:44 +03:00
Entry Update 2
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
/*
|
||||
Warnings:
|
||||
|
||||
- You are about to drop the column `weight` on the `Entry` table. All the data in the column will be lost.
|
||||
|
||||
*/
|
||||
-- AlterTable
|
||||
ALTER TABLE "Entry" DROP COLUMN "weight",
|
||||
ADD COLUMN "acive" BOOLEAN NOT NULL DEFAULT true,
|
||||
ADD COLUMN "pastValue" INTEGER NOT NULL DEFAULT 0;
|
||||
Reference in New Issue
Block a user