mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-15 20:25:23 +02:00
- Created a new SQL file defining the 'libsql' table with various fields including 'libsqlId', 'name', and 'databaseUser'. - Added foreign key constraints linking 'libsql' to 'mount', 'volume_backup', 'environment', and 'server' tables. - Updated the 'mount' and 'volume_backup' tables to include a new 'libsqlId' column and removed the obsolete 'serviceType' column. - Added journal entry for the new schema version.