Added zmdrop script.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1591 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
parent
848630b2a7
commit
1a7549ace3
|
@ -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 \
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
--
|
||||
-- Current Database: ZM_DB_NAME
|
||||
--
|
||||
|
||||
DROP DATABASE /*!40000 IF EXISTS*/ ZM_DB_NAME;
|
Loading…
Reference in New Issue