Backend: Remove old fixtures from config/db.go
This commit is contained in:
parent
2a21bc5158
commit
f5a1d76748
1 changed files with 0 additions and 5 deletions
|
@ -65,11 +65,6 @@ func (c *Config) InitDb() {
|
|||
func (c *Config) ResetDb(testFixtures bool) {
|
||||
entity.SetDbProvider(c)
|
||||
entity.ResetDb(testFixtures)
|
||||
|
||||
// TODO: Remove when new test fixtures are ready
|
||||
if testFixtures {
|
||||
c.ImportSQL(c.ExamplesPath() + "/fixtures.sql")
|
||||
}
|
||||
}
|
||||
|
||||
// connectToDatabase establishes a database connection.
|
||||
|
|
Loading…
Reference in a new issue