mirror of
https://github.com/QYG2297248353/appstore-dpanel
synced 2025-12-29 08:01:36 +08:00
5 lines
113 B
SQL
5 lines
113 B
SQL
ALTER SYSTEM SET vectors.pgvector_compatibility=on;
|
|
|
|
DROP EXTENSION IF EXISTS vectors;
|
|
CREATE EXTENSION vectors;
|