2023-02-14 09:57:11 +00:00

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;