Commit Graph
3 Commits
Author SHA1 Message Date
MythEclipseandClaude Opus 4.7 bf6d5f04c4 fix: bundle migration script and ensure file_hash column exists
- Compile src/db/migrate.ts to dist/migrate.js during build
- Copy dist/migrate.js to Stage 2 (runner) inside Dockerfile
- Run bun dist/migrate.js on db:migrate command
- Modify schema.sql to use CREATE TABLE IF NOT EXISTS and ALTER TABLE to add file_hash to existing database instances on VPS

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-18 19:46:21 +07:00
MythEclipse 910d29d5b9 fix: upgrade Bun setup version to latest to support modern lockfile format 2026-05-18 08:53:44 +07:00
MythEclipseandClaude Opus 4.7 d7f5180eab chore: add Dockerfile and dockerignore for production build
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-18 08:39:57 +07:00