Skip to content

Commit 5b7b832

Browse files
committed
Now sets nodeflags on z1 and muntjack
1 parent b93ffb2 commit 5b7b832

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

database/feshie-init-data.sql

100644100755
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,11 @@ INSERT INTO `device_names` (`id`, `device_id`, `name`, `start_date`, `end_date`)
106106
-- Dumping data for table `device_type`
107107
--
108108

109-
INSERT INTO `device_type` (`id`, `name`) VALUES
110-
(4, 'Muntjack'),
111-
(2, 'sepa'),
112-
(1, 'wunderground'),
113-
(3, 'Z1');
109+
INSERT INTO `device_type` (`id`, `name`, `node`) VALUES
110+
(4, 'Muntjack',1),
111+
(2, 'sepa',0),
112+
(1, 'wunderground',0),
113+
(3, 'Z1',1);
114114

115115
--
116116
-- Dumping data for table `locations`

0 commit comments

Comments
 (0)