3 lines
100 B
MySQL
3 lines
100 B
MySQL
|
-- AlterTable
|
||
|
ALTER TABLE "users" ADD COLUMN "noteForwardedSats" BOOLEAN NOT NULL DEFAULT true;
|