sojorn/migrations/archive
Patrick Britton 0bb1dd4055 feat: organize SQL scripts into structured migration folders
- Create organized migration folder structure:
  - database/ - Core schema changes and migrations
  - tests/ - Test scripts and verification queries
  - directus/ - Directus CMS configuration scripts
  - fixes/ - Database fixes and patches
  - archive/ - Historical and deprecated scripts

- Move 60+ SQL files from root to appropriate folders
- Add comprehensive README with usage guidelines
- Consolidate old migrations_archive into new archive folder
- Maintain clear separation of concerns for different script types

Benefits:
- Cleaner project root directory
- Easier to find specific types of SQL scripts
- Better organization for maintenance and development
- Clear documentation for migration procedures
- Proper separation of production vs development scripts
2026-02-05 09:13:47 -06:00
..
activate_users.sql feat: organize SQL scripts into structured migration folders 2026-02-05 09:13:47 -06:00
check_cols.sql feat: organize SQL scripts into structured migration folders 2026-02-05 09:13:47 -06:00
check_index.sql feat: organize SQL scripts into structured migration folders 2026-02-05 09:13:47 -06:00
check_local_uploads.sql feat: organize SQL scripts into structured migration folders 2026-02-05 09:13:47 -06:00
check_post_saves.sql feat: organize SQL scripts into structured migration folders 2026-02-05 09:13:47 -06:00
check_sojorn_db.sql feat: organize SQL scripts into structured migration folders 2026-02-05 09:13:47 -06:00
check_triggers.sql feat: organize SQL scripts into structured migration folders 2026-02-05 09:13:47 -06:00
check_urls.sql feat: organize SQL scripts into structured migration folders 2026-02-05 09:13:47 -06:00
delete_all_chats.sql feat: organize SQL scripts into structured migration folders 2026-02-05 09:13:47 -06:00
delete_zombie.sql feat: organize SQL scripts into structured migration folders 2026-02-05 09:13:47 -06:00
fix_broken_uploads.sql feat: organize SQL scripts into structured migration folders 2026-02-05 09:13:47 -06:00
fix_remaining_url.sql feat: organize SQL scripts into structured migration folders 2026-02-05 09:13:47 -06:00
get_broken_post.sql feat: organize SQL scripts into structured migration folders 2026-02-05 09:13:47 -06:00
inspect_url.sql feat: organize SQL scripts into structured migration folders 2026-02-05 09:13:47 -06:00
migration_password_reset.sql feat: organize SQL scripts into structured migration folders 2026-02-05 09:13:47 -06:00
patch_follows.sql feat: organize SQL scripts into structured migration folders 2026-02-05 09:13:47 -06:00
repair_all_media_urls.sql feat: organize SQL scripts into structured migration folders 2026-02-05 09:13:47 -06:00
setup_cms.sql feat: organize SQL scripts into structured migration folders 2026-02-05 09:13:47 -06:00
show_all_urls.sql feat: organize SQL scripts into structured migration folders 2026-02-05 09:13:47 -06:00
temp_migrate_002.sql feat: organize SQL scripts into structured migration folders 2026-02-05 09:13:47 -06:00
temp_query.sql feat: organize SQL scripts into structured migration folders 2026-02-05 09:13:47 -06:00