Changeset 854 for trunk


Ignore:
Timestamp:
04/14/16 12:51:18 (8 years ago)
Author:
Kris Deugau
Message:

/trunk

Commit lurking extension to dnsavail table creation to allow nonstandard
long "location" entries

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cgi-bin/ipdb-2.7-3.0.sql

    r824 r854  
    99CREATE TABLE dnsavail (
    1010    "zone" cidr PRIMARY KEY,
    11     "location" varchar(2) DEFAULT '',
     11    "location" varchar(4) DEFAULT '',
    1212    parent_alloc integer NOT NULL
    1313);
Note: See TracChangeset for help on using the changeset viewer.