Skip to content

Commit

Permalink
chore: fix migration file (#9079)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwasniew authored Jan 10, 2025
1 parent f47de55 commit 67068af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/migrations/20250109150818-unique-connections-table.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
};
Expand Down

0 comments on commit 67068af

Please sign in to comment.