Commit 1a6ea1f
committed
fix: remove makemigrations from docker-entrypoint
Remove makemigrations-command, since it must never
run automatically in a container because
it generates files that belong in version control and can
produce unexpected/conflicting migrations if run concurrently
or against an unintended database state.
Refs: ATV-2691 parent 39439cb commit 1a6ea1f
2 files changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
| |||
0 commit comments