forked from ZoneMinder/zoneminder
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 236 - Revamped database configuration and updates.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1705 e3e1d417-86f3-4887-817a-d78f3d33393f
- Loading branch information
stan
committed
Dec 20, 2005
1 parent
948528b
commit 8b30f67
Showing
33 changed files
with
1,044 additions
and
437 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,31 @@ | ||
AUTOMAKE_OPTIONS = gnu | ||
|
||
EXTRA_DIST = \ | ||
zmschema.sql.in \ | ||
zmdrop.sql.in \ | ||
zm_config.sql \ | ||
zmalter-0.0.1.sql \ | ||
zmalter-0.9.7.sql \ | ||
zmalter-0.9.8.sql \ | ||
zmalter-0.9.9.sql \ | ||
zmalter-0.9.10.sql \ | ||
zmalter-0.9.11.sql \ | ||
zmalter-0.9.12.sql \ | ||
zmalter-0.9.13.sql \ | ||
zmalter-0.9.15.sql \ | ||
zmalter-0.9.16.sql \ | ||
zmalter-1.17.1.sql \ | ||
zmalter-1.17.2.sql \ | ||
zmalter-1.18.0.sql \ | ||
zmalter-1.18.1.sql \ | ||
zmalter-1.19.0.sql \ | ||
zmalter-1.19.1.sql \ | ||
zmalter-1.19.2.sql \ | ||
zmalter-1.19.3.sql \ | ||
zmalter-1.19.4.sql \ | ||
zmalter-1.19.5.sql \ | ||
zmalter-1.20.0.sql \ | ||
zmalter-1.20.1.sql \ | ||
zmalter-1.21.0.sql \ | ||
zmalter-1.21.1.sql \ | ||
zmalter-1.21.2.sql \ | ||
zmalter-1.21.3.sql \ | ||
zmalter-1.21.4.sql | ||
zm_create.sql.in \ | ||
zm_update-0.0.1.sql \ | ||
zm_update-0.9.7.sql \ | ||
zm_update-0.9.8.sql \ | ||
zm_update-0.9.9.sql \ | ||
zm_update-0.9.10.sql \ | ||
zm_update-0.9.11.sql \ | ||
zm_update-0.9.12.sql \ | ||
zm_update-0.9.13.sql \ | ||
zm_update-0.9.15.sql \ | ||
zm_update-0.9.16.sql \ | ||
zm_update-1.17.1.sql \ | ||
zm_update-1.17.2.sql \ | ||
zm_update-1.18.0.sql \ | ||
zm_update-1.18.1.sql \ | ||
zm_update-1.19.0.sql \ | ||
zm_update-1.19.1.sql \ | ||
zm_update-1.19.2.sql \ | ||
zm_update-1.19.3.sql \ | ||
zm_update-1.19.4.sql \ | ||
zm_update-1.19.5.sql \ | ||
zm_update-1.20.0.sql \ | ||
zm_update-1.20.1.sql \ | ||
zm_update-1.21.0.sql \ | ||
zm_update-1.21.1.sql \ | ||
zm_update-1.21.2.sql \ | ||
zm_update-1.21.3.sql \ | ||
zm_update-1.21.4.sql |
Oops, something went wrong.