Remove table.isVector feature altogether. All vector features are handled per column
This commit is contained in:
Vendored
-2
@@ -6,8 +6,6 @@ import { grabDesiredUniqueConstraints } from "./sync-unique-constraints";
|
||||
function isVectorIndexDef(index, table) {
|
||||
if (index.indexType === "VECTOR")
|
||||
return true;
|
||||
if (table.isVector)
|
||||
return true;
|
||||
const firstFieldName = index.indexTableFields?.[0];
|
||||
if (!firstFieldName)
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user