1panel-appstore/apps/ragflow/1.0.0/init.sql

2 lines
53 B
SQL

CREATE DATABASE IF NOT EXISTS rag_flow;
USE rag_flow;