Added zmdrop script.

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1591 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
stan 2005-11-16 10:25:12 +00:00
parent 848630b2a7
commit 1a7549ace3
2 changed files with 6 additions and 0 deletions

View File

@ -2,6 +2,7 @@ AUTOMAKE_OPTIONS = gnu
EXTRA_DIST = \
zmschema.sql.z \
zmdrop.sql.z \
zmalter-0.0.1.sql \
zmalter-0.9.7.sql \
zmalter-0.9.8.sql \

5
db/zmdrop.sql.z Normal file
View File

@ -0,0 +1,5 @@
--
-- Current Database: ZM_DB_NAME
--
DROP DATABASE /*!40000 IF EXISTS*/ ZM_DB_NAME;