Tried switching column order [skip ci]

This commit is contained in:
Andrew Kane
2024-02-13 13:07:30 -08:00
parent f712847781
commit c66a6de0bd
8 changed files with 39 additions and 31 deletions

View File

@@ -296,3 +296,7 @@ CREATE OPERATOR CLASS vector_cosine_ops
CREATE OPERATOR CLASS vector_integer_ops
DEFAULT FOR TYPE integer USING hnsw AS
OPERATOR 2 = (integer, integer);
CREATE OPERATOR CLASS vector_bigint_ops
DEFAULT FOR TYPE bigint USING hnsw AS
OPERATOR 2 = (bigint, bigint);