Skip to content

Commit

Permalink
Bump db version
Browse files Browse the repository at this point in the history
  • Loading branch information
samilliken committed Dec 19, 2020
1 parent fbcce82 commit aa80262
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions create.sql
Original file line number Diff line number Diff line change
Expand Up @@ -796,7 +796,7 @@ CREATE TABLE fac_Config (
) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=utf8;

INSERT INTO fac_Config VALUES
('Version','20.01','','',''),
('Version','20.02','','',''),
('OrgName','openDCIM Computer Facilities','Name','string','openDCIM Computer Facilities'),
('ClassList','ITS, Internal, Customer','List','string','ITS, Internal, Customer'),
('SpaceRed','80','percentage','float','80'),
Expand Down Expand Up @@ -933,7 +933,7 @@ INSERT INTO fac_Config VALUES
('ReservationExpiration', '0', 'days', 'integer', '0'),
('PowerAlertsEmail', 'disabled', 'Enabled/Disabled', 'string', 'disabled'),
('SensorAlertsEmail', 'disabled', 'Enabled/Disabled', 'string', 'disabled'),
('AssignCabinetLabels','OwnerName','Name','string','OwnerName')
('AssignCabinetLabels','Location','Name','string','Location')
;

--
Expand Down

0 comments on commit aa80262

Please sign in to comment.