Changeset 792 for trunk/cgi-bin
- Timestamp:
- 12/16/15 17:40:11 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cgi-bin/ipdb-2.7-3.0.sql
r779 r792 63 63 -- move pool IPs into the allocations table; we'll see. 64 64 DROP VIEW searchme; 65 -- do these here, because we can't do them while the view is defined 66 ALTER TABLE allocations ALTER COLUMN description TYPE varchar(128); 67 ALTER TABLE poolips ALTER COLUMN description TYPE varchar(128); 65 68 CREATE VIEW "searchme" AS 66 69 SELECT allocations.cidr, allocations.custid, allocations."type", allocations.city,
Note:
See TracChangeset
for help on using the changeset viewer.