Skip to content

Commit

Permalink
MySQL command line doesn't like the triple dash for comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
samilliken committed Jul 28, 2014
1 parent bbba515 commit 59ae7bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions db-3.2-to-3.3.sql
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ INSERT INTO fac_Config set Parameter='RackRequests', Value='enabled', UnitOfMeas
--
ALTER TABLE fac_SensorTemplate ADD COLUMN mUnits ENUM( 'english', 'metric' ) NOT NULL DEFAULT 'english';

---
--- Add dot to fac_Config to handle network map reporting
---
--
-- Add dot to fac_Config to handle network map reporting
--
INSERT INTO fac_Config VALUES ('dot', '/usr/bin/dot', 'path', 'string', '/usr/bin/dot');

--
Expand Down

0 comments on commit 59ae7bc

Please sign in to comment.