mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-19 22:25:22 +02:00
- Introduced a new boolean column "dokployBackup" in the "notification" table with a default value of false. - Added journal entry for version 7 tagged as "0156_fair_vargas" to track this schema change. - Created a new snapshot file for version 7 to reflect the updated database schema.
1 line
85 B
SQL
1 line
85 B
SQL
ALTER TABLE "notification" ADD COLUMN "dokployBackup" boolean DEFAULT false NOT NULL; |