From e5f4d29bd7b15c9428245bebc28c69da8c788b8d Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Mon, 20 Aug 2007 15:22:31 +0000
Subject: [PATCH] Added a deprecated warning in the interface/sql/ directory.
 The database sql dump in this directory is not the current development
 release and the directory will be removed as the installation related code is
 now located in the install/ tree. The current sql file is available in
 install/sql/

---
 interface/sql/WARNING.txt | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 interface/sql/WARNING.txt

diff --git a/interface/sql/WARNING.txt b/interface/sql/WARNING.txt
new file mode 100644
index 0000000000..dda07c1ddb
--- /dev/null
+++ b/interface/sql/WARNING.txt
@@ -0,0 +1,10 @@
+
+WARNING
+---------------------------------------------------------------------------------
+
+The SQL dump in this directory is deprecated and is not maintained for a while.
+It does  not contain the latest database tables. The ispconfig3db.sql file 
+in this directory and the directory interface/sql/ will be removed. The latest 
+SQL dump is availabe in the directory install/sql/ispconfig3.sql
+
+Please move any installer related code to the installer/... tree.
\ No newline at end of file
-- 
GitLab