refactor(db): consolidate database migrations into single file #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "breaking/reset-migrations"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Refactored 13 individual migration files into one comprehensive migration file (20260119114719_init_db.sql.sql) for improved maintainability and clarity. This consolidation removes intermediate migration steps and creates a cleaner migration history while maintaining the same final database schema structure. The changes include all tables (Domains, Pages, PageErrors, PageLinks, PageMetadata, MetadataProperties), indexes, types, and the Cache table with optimized settings.