mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-31 17:56:21 +02:00
🔥 Drop authorName from polls table (#616)
This commit is contained in:
parent
860103fa11
commit
1f263a46db
4 changed files with 8 additions and 3 deletions
|
@ -0,0 +1,8 @@
|
|||
/*
|
||||
Warnings:
|
||||
|
||||
- You are about to drop the column `author_name` on the `polls` table. All the data in the column will be lost.
|
||||
|
||||
*/
|
||||
-- AlterTable
|
||||
ALTER TABLE "polls" DROP COLUMN "author_name";
|
Loading…
Add table
Add a link
Reference in a new issue