Skip to content

Commit

Permalink
bumping up version in db files
Browse files Browse the repository at this point in the history
  • Loading branch information
samilliken committed Jul 3, 2021
1 parent 03d1059 commit b5198ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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.02','','',''),
('Version','21.01','','',''),
('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

0 comments on commit b5198ae

Please sign in to comment.