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

---
 install/sql/incremental/upd_0049.sql | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 install/sql/incremental/upd_0049.sql

diff --git a/install/sql/incremental/upd_0049.sql b/install/sql/incremental/upd_0049.sql
new file mode 100644
index 000000000..55eff842e
--- /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
-- 
GitLab