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