From 8f95112f9608b6a29baae55c9c8b0cdac5994218 Mon Sep 17 00:00:00 2001
From: Michael Yang <fuhai999@gmail.com>
Date: 星期四, 24 四月 2025 11:09:59 +0800
Subject: [PATCH] feat:优化 SQL 内容

---
 sql/aiflowy.init.sql |   16 ----------------
 1 files changed, 0 insertions(+), 16 deletions(-)

diff --git a/sql/aiflowy.init.sql b/sql/aiflowy.init.sql
index 6f923ed..eb71694 100644
--- a/sql/aiflowy.init.sql
+++ b/sql/aiflowy.init.sql
@@ -1,19 +1,3 @@
-/*
- Navicat Premium Data Transfer
-
- Source Server         : localhost
- Source Server Type    : MySQL
- Source Server Version : 80400
- Source Host           : localhost:3306
- Source Schema         : aiflowy_copy
-
- Target Server Type    : MySQL
- Target Server Version : 80400
- File Encoding         : 65001
-
- Date: 22/04/2025 11:53:04
-*/
-
 SET NAMES utf8mb4;
 SET FOREIGN_KEY_CHECKS = 0;
 

--
Gitblit v1.8.0