()
| 558 | } |
| 559 | |
| 560 | func fallbackConfig() *ghConfig.Config { |
| 561 | return ghConfig.ReadFromString(defaultConfigStr) |
| 562 | } |
| 563 | |
| 564 | // The schema version in here should match the PostVersion of whatever the |
| 565 | // last migration we decided to run is. Therefore, if we run a new migration, |
no outgoing calls