This repository was archived by the owner on Aug 1, 2024. It is now read-only.
Commit 4be6146
authored
fix: Run CMS migrations on CMS container (#1048)
I think this was just a copy-paste error. It worked OK most of the time,
but it failed for me recently. I had only run `make requirements` in
`make studio-shell` and then tried to `make studio-migrate`. It failed
because the management command ran on lms and the migration depended on
newer requirements.1 parent c5aa69e commit 4be6146
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
259 | 259 | | |
260 | 260 | | |
261 | 261 | | |
262 | | - | |
263 | | - | |
| 262 | + | |
| 263 | + | |
264 | 264 | | |
265 | 265 | | |
266 | 266 | | |
| |||
0 commit comments