summaryrefslogtreecommitdiffstats
path: root/upgrades/dbpatches/1.0alpha7_to_1.0alpha8
diff options
context:
space:
mode:
Diffstat (limited to 'upgrades/dbpatches/1.0alpha7_to_1.0alpha8')
-rw-r--r--upgrades/dbpatches/1.0alpha7_to_1.0alpha8/mysql/patch.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/upgrades/dbpatches/1.0alpha7_to_1.0alpha8/mysql/patch.sql b/upgrades/dbpatches/1.0alpha7_to_1.0alpha8/mysql/patch.sql
index c1a2413c..c0a1edbf 100644
--- a/upgrades/dbpatches/1.0alpha7_to_1.0alpha8/mysql/patch.sql
+++ b/upgrades/dbpatches/1.0alpha7_to_1.0alpha8/mysql/patch.sql
@@ -1,3 +1,4 @@
alter table graphs_items add color varchar(32) DEFAULT 'Dark Green' NOT NULL;
alter table sysmaps_hosts add icon varchar(32) DEFAULT 'Server' NOT NULL;
alter table alarms add key (triggerid,clock);
+alter table users modify passwd char(32) default '' not null;