mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-31 01:36:23 +02:00
🔥 Remove closed column (#1656)
This commit is contained in:
parent
47d96f7bee
commit
53a48a0511
5 changed files with 9 additions and 9 deletions
|
@ -0,0 +1,8 @@
|
|||
/*
|
||||
Warnings:
|
||||
|
||||
- You are about to drop the column `closed` on the `polls` table. All the data in the column will be lost.
|
||||
|
||||
*/
|
||||
-- AlterTable
|
||||
ALTER TABLE "polls" DROP COLUMN "closed";
|
Loading…
Add table
Add a link
Reference in a new issue