Changeset 219 for trunk


Ignore:
Timestamp:
04/06/05 17:08:15 (19 years ago)
Author:
Kris Deugau
Message:

/trunk

Missed some tabledef changes in r218

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cgi-bin/ipdb.psql

    r218 r219  
    2323
    2424CREATE TABLE "masterblocks" (
    25         "cidr" cidr DEFAULT '255.255.255.255/32' NOT NULL PRIMARY KEY
     25        "cidr" cidr DEFAULT '255.255.255.255/32' NOT NULL PRIMARY KEY,
     26        "ctime" timestamp DEFAULT now()
    2627);
    2728
     
    3334        "cidr" cidr DEFAULT '255.255.255.255/32' NOT NULL PRIMARY KEY,
    3435        "maskbits" integer DEFAULT 128,
    35         "city" character varying(30) DEFAULT ''
     36        "city" character varying(30) DEFAULT '',
     37        "ctime" timestamp DEFAULT now()
    3638);
    3739
Note: See TracChangeset for help on using the changeset viewer.