Commit 7a046cc
authored
add index creation to migration scripts (#4296)
and remove the one-off `run_non_transactional_migrations`.
For existing prod DBs this is a no-op; for fresh DBs the table is empty,
so a non-concurrent build is fine.
Will add a comment in the next release note about this so anyone using
this in prod can also create this index before performing the upgrade.1 parent f1c8c85 commit 7a046cc
3 files changed
Lines changed: 2 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | 154 | | |
169 | 155 | | |
170 | 156 | | |
| |||
0 commit comments