Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'create/src/schema.tmpl')
-rw-r--r--create/src/schema.tmpl7
1 files changed, 4 insertions, 3 deletions
diff --git a/create/src/schema.tmpl b/create/src/schema.tmpl
index d9dbe4dc536..07dab33a3a1 100644
--- a/create/src/schema.tmpl
+++ b/create/src/schema.tmpl
@@ -1899,11 +1899,12 @@ INDEX |2 |status,lastaccess
TABLE|sla|slaid|ZBX_DATA
FIELD |slaid |t_id | |NOT NULL |0
FIELD |name |t_varchar(255) |'' |NOT NULL |0
-FIELD |description |t_shorttext |'' |NOT NULL |0
-FIELD |status |t_integer |'0' |NOT NULL |0
-FIELD |slo |t_double |'99.9' |NOT NULL |0
FIELD |period |t_integer |'0' |NOT NULL |0
+FIELD |slo |t_double |'99.9' |NOT NULL |0
+FIELD |effective_date |t_integer |'0' |NOT NULL |0
FIELD |timezone |t_varchar(50) |'UTC' |NOT NULL |ZBX_NODATA
+FIELD |status |t_integer |'0' |NOT NULL |0
+FIELD |description |t_shorttext |'' |NOT NULL |0
UNIQUE |1 |name
TABLE|sla_schedule|sla_scheduleid|ZBX_DATA