()
| 545 | } |
| 546 | |
| 547 | func fallbackConfig() *ghConfig.Config { |
| 548 | return ghConfig.ReadFromString(defaultConfigStr) |
| 549 | } |
| 550 | |
| 551 | // The schema version in here should match the PostVersion of whatever the |
| 552 | // last migration we decided to run is. Therefore, if we run a new migration, |
no outgoing calls