Commit f18a6a1
fix: Add DropboxSyncEnabled to initial_schema.sql and initial_migrations.sql
Doctrine ORM reads column annotations at migration time, so the column
must exist in the initial schema to avoid 'Unknown column' errors when
earlier migrations touch the Summit entity.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent dde3eac commit f18a6a1
2 files changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
342 | 342 | | |
343 | 343 | | |
344 | 344 | | |
345 | | - | |
| 345 | + | |
| 346 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9129 | 9129 | | |
9130 | 9130 | | |
9131 | 9131 | | |
| 9132 | + | |
9132 | 9133 | | |
9133 | 9134 | | |
9134 | 9135 | | |
| |||
0 commit comments