feat(db): add migrations for user reputation and channel culture tables

Adds new database schema migrations to support the implementation of
user reputation tracking and channel-specific culture context.

- Creates migration `0005_large_squadron_sinister.sql` containing
  `user_reputations` and `channel_cultures` tables.
- Updates Drizzle migration journal to include the new migration step.
- Adds `fix_prompt.py` utility for managing prompt adjustments.
This commit is contained in:
MythEclipse
2026-06-05 18:21:52 +07:00
parent 08c624fcf4
commit 42ea2924ac
3 changed files with 1860 additions and 0 deletions
File diff suppressed because it is too large Load Diff
@@ -36,6 +36,13 @@
"when": 1780418800000,
"tag": "0004_drop_unused_ai_columns",
"breakpoints": true
},
{
"idx": 5,
"version": "7",
"when": 1780657801437,
"tag": "0005_large_squadron_sinister",
"breakpoints": true
}
]
}