Commit 934f8f8
committed
fix: update DB migration documentation and enhance verification script
- Added a note in `DB-MIGRATIONS.md` to clarify that `verify` should not be run before `migrate`.
- Modified `verify-bootstrap-contract.sh` to check for a non-negative integer count of `management_user` instead of just existence, improving error handling for database queries.1 parent 85ed898 commit 934f8f8
2 files changed
Lines changed: 8 additions & 3 deletions
File tree
- docs/development
- infra/k8s/base/ops/source/database/runner
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| 97 | + | |
| 98 | + | |
97 | 99 | | |
98 | 100 | | |
99 | 101 | | |
| |||
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
115 | | - | |
116 | | - | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
117 | 120 | | |
118 | 121 | | |
119 | 122 | | |
| |||
0 commit comments