Files
TERES_fastapi_backend/docker/init.sql
2025-10-13 13:18:03 +08:00

2 lines
53 B
SQL

CREATE DATABASE IF NOT EXISTS rag_flow;
USE rag_flow;