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