We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2abef97 commit 459e82aCopy full SHA for 459e82a
service/cmd/provisionFixtures.go
@@ -49,6 +49,9 @@ You can clear/recycle your database with 'docker-compose down' and 'docker-compo
49
}
50
defer dbClient.Close()
51
52
+ // update the schema
53
+ cfg.DB.Schema += "_policy"
54
+
55
dbI := fixtures.NewDBInterface(*cfg)
56
f := fixtures.NewFixture(dbI)
57
fixtures.LoadFixtureData("./service/internal/fixtures/policy_fixtures.yaml")
0 commit comments