]> andersk Git - moira.git/commitdiff
fixup name conflict
authormar <mar>
Tue, 26 Oct 1993 15:18:24 +0000 (15:18 +0000)
committermar <mar>
Tue, 26 Oct 1993 15:18:24 +0000 (15:18 +0000)
db/schema

index ceec9517f8c60a2953da14ac918f0c69cbdbf07e..e329dc4eace0ec10f9cfdf4b5b2fd798350742c1 100644 (file)
--- a/db/schema
+++ b/db/schema
@@ -84,7 +84,7 @@ create table subnet
        name            CHAR(8)         NOT NULL WITH DEFAULT,
        snet_id         INTEGER         NOT NULL WITH DEFAULT,
        description     VARCHAR(32)     NOT NULL WITH DEFAULT,
-       address         INTEGER         NOT NULL WITH DEFAULT,
+       saddr           INTEGER         NOT NULL WITH DEFAULT,
        mask            INTEGER         NOT NULL WITH DEFAULT,
        low             INTEGER         NOT NULL WITH DEFAULT,
        high            INTEGER         NOT NULL WITH DEFAULT,
This page took 0.160289 seconds and 5 git commands to generate.