2025-01-17 19:44:36 +05:00

3 lines
102 B
SQL

-- AlterTable
ALTER TABLE `Transaction` ADD COLUMN `sendNotification` BOOLEAN NOT NULL DEFAULT false;