Changeset 792 for trunk


Ignore:
Timestamp:
12/16/15 17:40:11 (8 years ago)
Author:
Kris Deugau
Message:

/trunk

Tweak 2.7->3.0 SQL update to extend the description field on poolips
and allocations per request

File:
1 edited

Legend:

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

    r779 r792  
    6363-- move pool IPs into the allocations table;  we'll see.
    6464DROP VIEW searchme;
     65-- do these here, because we can't do them while the view is defined
     66ALTER TABLE allocations ALTER COLUMN description TYPE varchar(128);
     67ALTER TABLE poolips ALTER COLUMN description TYPE varchar(128);
    6568CREATE VIEW "searchme" AS
    6669    SELECT allocations.cidr, allocations.custid, allocations."type", allocations.city,
Note: See TracChangeset for help on using the changeset viewer.