mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-05-19 00:35:32 +02:00
9 lines
189 B
SQL
9 lines
189 B
SQL
/*
|
|
Warnings:
|
|
|
|
- You are about to drop the column `active` on the `Warning` table. All the data in the column will be lost.
|
|
|
|
*/
|
|
-- AlterTable
|
|
ALTER TABLE "Warning" DROP COLUMN "active";
|