diff --git a/src/migrations/20250109150818-unique-connections-table.js b/src/migrations/20250109150818-unique-connections-table.js index 6429b77a29..7c49503622 100644 --- a/src/migrations/20250109150818-unique-connections-table.js +++ b/src/migrations/20250109150818-unique-connections-table.js @@ -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) };