ragflow/docker/init.sql
2024-01-15 08:45:18 +08:00

2 lines
No EOL
54 B
SQL

CREATE DATABASE IF NOT EXISTS rag_flow;
USE rag_flow;