mirror of
https://github.com/ArthurDanjou/website.git
synced 2026-01-14 12:14:42 +01:00
3 lines
96 B
SQL
3 lines
96 B
SQL
-- AlterTable
|
|
ALTER TABLE "Maintenance" ADD COLUMN "enabled" BOOLEAN NOT NULL DEFAULT true;
|