Skip to content
Discussion options

You must be logged in to vote

Goose owns creating the version table, it is created implicitly when running goose commands.

https://github.com/pressly/goose/blob/main/internal/dialects/clickhouse.go#L18-L28

If you need different tables, I'd suggest looking into the goose provider (goose.WithTableName) or the CLI with the --table command to give different names to differenent migration sets.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by gumi-bd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants