1
0
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:
Mateusz Kwasniewski 2025-01-10 13:41:07 +01:00 committed by GitHub
parent f47de55d67
commit 67068afb13
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)
};