[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Bug in 1.6 NortStar.postgresql.sql
- To: <northstar-devel@brownkid.net>
- Subject: Bug in 1.6 NortStar.postgresql.sql
- From: "Stephan Winter" <swinter@ast-computertechnik.de>
- Date: Wed, 17 Apr 2002 19:25:59 +0200
- Delivered-to: mailing list northstar-devel@brownkid.net
- Mailing-list: contact northstar-devel-help@brownkid.net; run by ezmlm
- Thread-index: AcHmNPI3haZ6q1I2EdaOrwCgydGTww==
- Thread-topic: 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