Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Unleash/unleash into unique-connect…
Browse files Browse the repository at this point in the history
…ion-counting
  • Loading branch information
kwasniew committed Jan 10, 2025
2 parents f229fb8 + 67068af commit 60d9f01
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 60d9f01

Please sign in to comment.