summaryrefslogtreecommitdiffstats
path: root/create/schema
diff options
context:
space:
mode:
authorsasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-08-01 08:33:26 +0000
committersasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-08-01 08:33:26 +0000
commit03c1f7d36286e83e37bf3eaf2ad2ef8ea826969e (patch)
tree96434ca70a26b3013a486be132e6391f2f095f51 /create/schema
parentcca9b9f61d00f638b51ad9286da82865f63c4e08 (diff)
downloadzabbix-03c1f7d36286e83e37bf3eaf2ad2ef8ea826969e.tar.gz
zabbix-03c1f7d36286e83e37bf3eaf2ad2ef8ea826969e.tar.xz
zabbix-03c1f7d36286e83e37bf3eaf2ad2ef8ea826969e.zip
- [DEV-187] increased Url field in web scenario
git-svn-id: svn://svn.zabbix.com/trunk@5859 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'create/schema')
-rw-r--r--create/schema/schema.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/create/schema/schema.sql b/create/schema/schema.sql
index ef481942..4966ad4b 100644
--- a/create/schema/schema.sql
+++ b/create/schema/schema.sql
@@ -98,7 +98,7 @@ FIELD |httpstepid |t_id |'0' |NOT NULL |0
FIELD |httptestid |t_id |'0' |NOT NULL |ZBX_SYNC
FIELD |name |t_varchar(64) |'' |NOT NULL |ZBX_SYNC
FIELD |no |t_integer |'0' |NOT NULL |ZBX_SYNC
-FIELD |url |t_varchar(128) |'' |NOT NULL |ZBX_SYNC
+FIELD |url |t_varchar(255) |'' |NOT NULL |ZBX_SYNC
FIELD |timeout |t_integer |'30' |NOT NULL |ZBX_SYNC
FIELD |posts |t_blob |'' |NOT NULL |ZBX_SYNC
FIELD |required |t_varchar(255) |'' |NOT NULL |ZBX_SYNC