mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-05-19 00:44:16 +02:00
3 lines
91 B
SQL
3 lines
91 B
SQL
-- AlterTable
|
|
ALTER TABLE "Verify" ADD COLUMN "manual" BOOLEAN NOT NULL DEFAULT false;
|