[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Bug in 1.6 NortStar.postgresql.sql



Installing version 1.6 with postgres:

inserting of default network by the NortStar.postgresql.sql script
failed because one '0' is missing in an insert line of the sql-script.

original line:
INSERT INTO networks VALUES('0','0','4','0','1','Default
Network','Default
Network','0.0.0.0/0','0','0','0','0','0','0','now','0','now');


must be:
INSERT INTO networks VALUES('0','0','4','0','1','Default
Network','Default
Network','0.0.0.0/0','0','0','0','0','0','0','0','now','0','now');


Many thanks for this nice tool.

I would like to add a kind of history feature for devices, in a way that
you can add multiple pieces of text every time you make changes. Is
someone doing such a work?

best wishes

Stephan Winter