()
| 602 | } |
| 603 | |
| 604 | func fallbackConfig() *ghConfig.Config { |
| 605 | return ghConfig.ReadFromString(defaultConfigStr) |
| 606 | } |
| 607 | |
| 608 | // The schema version in here should match the PostVersion of whatever the |
| 609 | // last migration we decided to run is. Therefore, if we run a new migration, |
no outgoing calls