Skip to content

Commit 459e82a

Browse files
authoredMay 13, 2024
fix(ci): Use the correct schema with the provision fixture command (#794)
addresses #786
1 parent 2abef97 commit 459e82a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎service/cmd/provisionFixtures.go

+3
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ You can clear/recycle your database with 'docker-compose down' and 'docker-compo
4949
}
5050
defer dbClient.Close()
5151

52+
// update the schema
53+
cfg.DB.Schema += "_policy"
54+
5255
dbI := fixtures.NewDBInterface(*cfg)
5356
f := fixtures.NewFixture(dbI)
5457
fixtures.LoadFixtureData("./service/internal/fixtures/policy_fixtures.yaml")

0 commit comments

Comments
 (0)