mirror of
https://github.com/MODSetter/SurfSense
synced 2026-06-21 13:44:09 +00:00
bb5c8e49a8
- Updated migration script to ensure ENUM types and tables are created only if they do not already exist, preventing errors on re-runs. - Added 'IF NOT EXISTS' clauses to table and index creation statements for improved safety during migrations. - Ensured that the migration can be safely re-applied without causing conflicts or failures.