From 1a1c8e71fcd14858f595029f089b2d4a00202b32 Mon Sep 17 00:00:00 2001
From: ogi <Administrator@S-OGI-PC>
Date: Fri, 05 Dec 2025 09:24:16 +0900
Subject: [PATCH] プロジェクトファイルを追加。

---
 Document/Config.json |   25 +++++++++++++++++++++++++
 1 files changed, 25 insertions(+), 0 deletions(-)

diff --git a/Document/Config.json b/Document/Config.json
new file mode 100644
index 0000000..0b46261
--- /dev/null
+++ b/Document/Config.json
@@ -0,0 +1,25 @@
+{
+  "Desc": "0.ExeFile(Sql更新、Create Table,Create Indexなど) 1.ExeCommand(SQL文直接発行) 2.View(Create View文(旧Viewを自動削除)) 3.Procedure(Create Procedure文(旧Proctrueを自動削除)) 4.Fuction(Create Fuction文(旧Fuctionを自動削除))",
+  "Data": [
+    {
+      "Name": "InitDB.sql",
+      "Type": 0
+    },
+    {
+      "Name": "UPDATE AA SET BB = 1",
+      "Type": 1
+    },
+    {
+      "Name": "View1.sql",
+      "Type": 2
+    },
+    {
+      "Name": "Procedure1.sql",
+      "Type": 3
+    },
+    {
+      "Name": "Fuction1.sql",
+      "Type": 4
+    }
+  ]
+}
\ No newline at end of file

--
Gitblit v1.10.0