Files
GMW/drizzle/migrations/meta/_journal.json
T
MythEclipse f224be2a66 Refactor test database setup and add migrations
- Updated test files to use a separate test database configuration.
- Introduced a new helper module for managing test database operations.
- Added a setup file to configure the environment for tests.
- Created new database migration scripts to optimize message indexing.
- Added a sample environment file for test database configuration.
2026-05-31 16:32:38 +07:00

41 lines
806 B
JSON

{
"version": "7",
"dialect": "postgresql",
"entries": [
{
"idx": 0,
"version": "7",
"when": 1778750697764,
"tag": "0000_rare_kitty_pryde",
"breakpoints": true
},
{
"idx": 1,
"version": "7",
"when": 1778764447718,
"tag": "0001_curious_zodiak",
"breakpoints": true
},
{
"idx": 2,
"version": "7",
"when": 1779109619461,
"tag": "0002_dark_omega_flight",
"breakpoints": true
},
{
"idx": 3,
"version": "7",
"when": 1780079000000,
"tag": "0003_ai_moderation_review_guardrails",
"breakpoints": true
},
{
"idx": 5,
"version": "7",
"when": 1780218363790,
"tag": "0005_optimize-message-index",
"breakpoints": true
}
]
}