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> |
||
|---|---|---|
| .. | ||
| src/main | ||
| pom.xml | ||