Commit 4914c53
fix(BA-6085): make migration downgrade a no-op
The prior revision 7ea9f3c1b2d5 already sets custom.reads_vfolder_config_files
to TRUE during column creation, so unconditionally writing FALSE on downgrade
clobbered that valid prior state. Drop the UPDATE so downgrade leaves the row
untouched.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent 464ea60 commit 4914c53
1 file changed
Lines changed: 1 addition & 5 deletions
File tree
- src/ai/backend/manager/models/alembic/versions
Lines changed: 1 addition & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
| 39 | + | |
0 commit comments