4 Commits
Author SHA1 Message Date
MythEclipseandClaude Opus 4.8 016eddcce7 fix(dockerfile): prevent crash loop when migration fails
Change && to ; so the bot still starts even if db:migrate exits
with a non-zero code. Migration errors are logged but don't block
the main process.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-26 19:12:29 +07:00
MythEclipseandClaude Opus 4.8 03c5f73891 fix(dockerfile): run db migration before bot startup
Adds auto-migration step to fix missing color2 column.
Also adds drizzle.config.ts and db migration files to image.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-26 19:01:23 +07:00
MythEclipse bfa91063ff feat: migrate from SQLite to PostgreSQL and update database handling 2026-05-21 15:11:32 +07:00
MythEclipse dd22f0bb1f feat: add Docker configuration files for deployment and containerization 2026-05-16 00:41:23 +07:00