mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-29 11:05:33 +02:00
- Introduced a new SQL script to add a "middlewares" column to the "domain" table with a default value of an empty text array. - Updated the journal to include the new migration entry for version 0161. - Added a snapshot file for version 7, detailing the schema changes for the "account" and "apikey" tables.
1 line
77 B
SQL
1 line
77 B
SQL
ALTER TABLE "domain" ADD COLUMN "middlewares" text[] DEFAULT ARRAY[]::text[]; |