Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2025-09-28 18:26:06 +00:00
parent 3a2c3b8260
commit 5ff4cf42cb
29 changed files with 352 additions and 2 deletions
+4
View File
@@ -0,0 +1,4 @@
ALTER SYSTEM SET vectors.pgvector_compatibility=on;
DROP EXTENSION IF EXISTS vectors;
CREATE EXTENSION vectors;