Skip to content

Commit

Permalink
Modify zmupdate for 1.26.1 and 1.26.2 releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Knniggett committed Sep 7, 2013
1 parent 3afad1a commit d417903
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
4 changes: 3 additions & 1 deletion db/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,6 @@ EXTRA_DIST = \
zm_update-1.24.2.sql \
zm_update-1.24.3.sql \
zm_update-1.24.4.sql \
zm_update-1.26.0.sql
zm_update-1.26.0.sql \
zm_update-1.26.1.sql \
zm_update-1.26.2.sql
6 changes: 6 additions & 0 deletions db/zm_update-1.26.1.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
--
-- This updates a 1.26.0 database to 1.26.1
--
-- No changes required
--

6 changes: 6 additions & 0 deletions db/zm_update-1.26.2.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
--
-- This updates a 1.26.1 database to 1.26.2
--
-- No changes required
--

0 comments on commit d417903

Please sign in to comment.