]> andersk Git - moira.git/blobdiff - db/schema
fixup name conflict
[moira.git] / 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.449697 seconds and 4 git commands to generate.