mirror of
https://github.com/status-im/migrate.git
synced 2025-02-23 08:18:07 +00:00
Merge pull request #145 from bobrovde/fix-clickhouse
Changed clickhouse migrations table struct
This commit is contained in:
commit
fd50054781
@ -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…
x
Reference in New Issue
Block a user