mirror of https://github.com/status-im/migrate.git
Changed migrations table struct of field `version` to fix support `database.NilVersion` and default version format.
This commit is contained in:
parent
24176463f4
commit
26064905d4
|
@ -175,7 +175,7 @@ func (ch *ClickHouse) ensureVersionTable() error {
|
|||
// if not, create the empty migration table
|
||||
query = `
|
||||
CREATE TABLE ` + ch.config.MigrationsTable + ` (
|
||||
version UInt32,
|
||||
version Int64,
|
||||
dirty UInt8,
|
||||
sequence UInt64
|
||||
) Engine=TinyLog
|
||||
|
|
Loading…
Reference in New Issue