Ignore:
Timestamp:
03/08/16 13:05:06 (8 years ago)
Author:
Kris Deugau
Message:

/trunk

Roll up SQL definition updates

  • extend length of description field on allocations and poolips
  • create VRF table
File:
1 edited

Legend:

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

    r804 r807  
    2020    "type" character(2) DEFAULT ''::bpchar,
    2121    city character varying(30) DEFAULT ''::character varying,
    22     description character varying(64) DEFAULT ''::character varying,
     22    description character varying(128) DEFAULT ''::character varying,
    2323    notes text DEFAULT ''::text,
    2424    maskbits integer DEFAULT 128,
     
    125125    available character(1) DEFAULT 'y'::bpchar NOT NULL,
    126126    notes text DEFAULT ''::text NOT NULL,
    127     description character varying(64) DEFAULT ''::character varying NOT NULL,
     127    description character varying(128) DEFAULT ''::character varying NOT NULL,
    128128    circuitid character varying(128) DEFAULT ''::character varying NOT NULL,
    129129    privdata text DEFAULT ''::text NOT NULL,
Note: See TracChangeset for help on using the changeset viewer.