XuqmGroup-Server/file-service
XuqmGroup 00fb02dff4 fix(file-service): add Flyway migration for pinned column, fix production crash
file-service uses ddl-auto=validate (Flyway-managed schema), not auto-DDL — the
previous commit added a pinned field to FileEntity with no matching migration,
so Hibernate schema validation failed at startup and crash-looped the service
in production. Add V2__add_pinned.sql to actually create the column.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-04 02:18:48 +08:00
..
src/main fix(file-service): add Flyway migration for pinned column, fix production crash 2026-07-04 02:18:48 +08:00
pom.xml feat: 引入 Flyway 数据库版本管理,替换 ddl-auto: update 2026-06-12 23:28:12 +08:00