Commit f4fa870
committed
store/postgres: make store_entity_count migration more robust
In staging, we had an entry in `deployment_schemas` where the underlying
Postgres schema did not exist, causing the migration to fail. To make this
more robust, we will skip these entries. The issue was most likely caused
by manual changes in staging.1 parent a78d45f commit f4fa870
File tree
1 file changed
+5
-1
lines changed- store/postgres/migrations/2019-05-03-164052_store_entity_count
1 file changed
+5
-1
lines changedLines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
30 | 33 | | |
| 34 | + | |
31 | 35 | | |
32 | 36 | | |
33 | 37 | | |
| |||
0 commit comments