From f061c857436bb1562e39600e33b94328c436761c Mon Sep 17 00:00:00 2001
From: hellkat <hellkat@ispconfig3>
Date: Tue, 26 Mar 2013 00:47:05 -0400
Subject: [PATCH]     Added install/sql/incremental/upd_0049.sql which I missed in the previous update.

---
 install/sql/incremental/upd_0049.sql |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/install/sql/incremental/upd_0049.sql b/install/sql/incremental/upd_0049.sql
new file mode 100644
index 0000000..55eff84
--- /dev/null
+++ b/install/sql/incremental/upd_0049.sql
@@ -0,0 +1 @@
+ALTER TABLE `client_template` CHANGE `limit_aps` `limit_aps` INT( 11 ) NOT NULL DEFAULT '-1';
\ No newline at end of file

--
Gitblit v1.9.1