Commit 7016008
committed
Disable migrations by default - all migrations already applied
All existing migrations are from 2019-2020 and have been applied in
production for years. Running them on every deployment is wasteful.
Changes:
- Set migrations.enabled: false in values.yaml
- Added comments explaining when to enable migrations
- Only enable manually when adding NEW migrations with --set migrations.enabled=true
This reduces deployment time and database load for routine deployments.1 parent 2333aba commit 7016008
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
123 | 126 | | |
124 | | - | |
| 127 | + | |
125 | 128 | | |
126 | 129 | | |
127 | 130 | | |
| |||
0 commit comments