RAGflow/docker/init.sql

2 lines
53 B
MySQL
Raw Normal View History

2025-03-24 11:19:28 +08:00
CREATE DATABASE IF NOT EXISTS rag_flow;
USE rag_flow;