mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
chore: fix migration file (#9079)
This commit is contained in:
parent
f47de55d67
commit
67068afb13
@ -4,7 +4,7 @@ exports.up = function(db, cb) {
|
||||
(
|
||||
id VARCHAR(255) PRIMARY KEY NOT NULL,
|
||||
updated_at TIMESTAMP DEFAULT now(),
|
||||
hll BYTEA NOT NULL,
|
||||
hll BYTEA NOT NULL
|
||||
);
|
||||
`, cb)
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user