summaryrefslogtreecommitdiffstats
path: root/upgrades
diff options
context:
space:
mode:
authoralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-03-06 12:37:47 +0000
committeralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-03-06 12:37:47 +0000
commit8c5f2e7ee625064dac24f0100fc3614047831558 (patch)
tree0d7cc1da1a8bb7b80fc1bdc009e0d1268c9b18c8 /upgrades
parent9263d30eec5cc7a206439fc54a9d5af88e63e587 (diff)
downloadzabbix-8c5f2e7ee625064dac24f0100fc3614047831558.tar.gz
zabbix-8c5f2e7ee625064dac24f0100fc3614047831558.tar.xz
zabbix-8c5f2e7ee625064dac24f0100fc3614047831558.zip
- [DEV-127] new status for alerts.status - FAILED (Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@5453 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'upgrades')
-rw-r--r--upgrades/dbpatches/1.6/mysql/patch/alerts.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/upgrades/dbpatches/1.6/mysql/patch/alerts.sql b/upgrades/dbpatches/1.6/mysql/patch/alerts.sql
new file mode 100644
index 00000000..5b7b547f
--- /dev/null
+++ b/upgrades/dbpatches/1.6/mysql/patch/alerts.sql
@@ -0,0 +1,2 @@
+update alerts set status=3
+where retries>=2