summaryrefslogtreecommitdiffstats
path: root/upgrades/dbpatches/1.1beta5_to_1.1beta6
diff options
context:
space:
mode:
Diffstat (limited to 'upgrades/dbpatches/1.1beta5_to_1.1beta6')
-rw-r--r--upgrades/dbpatches/1.1beta5_to_1.1beta6/mysql/patch.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/upgrades/dbpatches/1.1beta5_to_1.1beta6/mysql/patch.sql b/upgrades/dbpatches/1.1beta5_to_1.1beta6/mysql/patch.sql
index 09e328b2..264b69d4 100644
--- a/upgrades/dbpatches/1.1beta5_to_1.1beta6/mysql/patch.sql
+++ b/upgrades/dbpatches/1.1beta5_to_1.1beta6/mysql/patch.sql
@@ -1,4 +1,4 @@
--alter table sysmaps add label_location int(1) DEFAULT '0' NOT NULL;
+alter table sysmaps add label_location int(1) DEFAULT '0' NOT NULL;
alter table hosts drop network_errors;
alter table hosts add errors_from int(4) DEFAULT '0' NOT NULL;