buster/api/migrations/2025-01-28-174921_adjust_me...
dal 22d75ae0b6
refactor: Update messages table schema and database references
- Renamed existing messages table to `messages_deprecated`
- Created new `messages` table with updated schema and additional indexes
- Updated Diesel schema to reflect new table structure and relationships
- Added new foreign key constraints for threads and users
- Prepared for migration of existing message data
2025-01-28 12:03:11 -07:00
..
down.sql refactor: Update messages table schema and database references 2025-01-28 12:03:11 -07:00
up.sql refactor: Update messages table schema and database references 2025-01-28 12:03:11 -07:00