MaxKB/installer/init.sql
2024-03-15 17:26:25 +08:00

5 lines
65 B
SQL

CREATE DATABASE "maxkb";
\c "maxkb";
CREATE EXTENSION "vector";