mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-19 22:25:22 +02:00
- Introduced a new boolean column `canDeleteEnvironments` to the `member` table with a default value of false. - Updated journal and snapshot metadata files to include the new migration details for this change.
1 line
87 B
SQL
1 line
87 B
SQL
ALTER TABLE "member" ADD COLUMN "canDeleteEnvironments" boolean DEFAULT false NOT NULL; |