diff options
author | alex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-03-23 07:58:39 +0000 |
---|---|---|
committer | alex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-03-23 07:58:39 +0000 |
commit | c9ab150760446741460d7ef65de9f5ca643beb82 (patch) | |
tree | 9142e7c94e7d26e65a45de4c956628d26fa58b6c /upgrades/dbpatches/1.3/postgresql/patch/operations.sql | |
parent | 67caec0a308312b19cc85f6c09e482d717c0f252 (diff) | |
download | zabbix-c9ab150760446741460d7ef65de9f5ca643beb82.tar.gz zabbix-c9ab150760446741460d7ef65de9f5ca643beb82.tar.xz zabbix-c9ab150760446741460d7ef65de9f5ca643beb82.zip |
- support of multiple actions per set of conidtions (Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@3910 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'upgrades/dbpatches/1.3/postgresql/patch/operations.sql')
-rw-r--r-- | upgrades/dbpatches/1.3/postgresql/patch/operations.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/upgrades/dbpatches/1.3/postgresql/patch/operations.sql b/upgrades/dbpatches/1.3/postgresql/patch/operations.sql new file mode 100644 index 00000000..85631027 --- /dev/null +++ b/upgrades/dbpatches/1.3/postgresql/patch/operations.sql @@ -0,0 +1 @@ +-- See actions.sql |