mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-05-19 01:04:13 +02:00
9 lines
237 B
SQL
9 lines
237 B
SQL
/*
|
|
Warnings:
|
|
|
|
- Added the required column `section` to the `Restrict` table without a default value. This is not possible if the table is not empty.
|
|
|
|
*/
|
|
-- AlterTable
|
|
ALTER TABLE "Restrict" ADD COLUMN "section" INTEGER NOT NULL;
|