Changeset 656 for trunk


Ignore:
Timestamp:
12/18/14 16:02:48 (9 years ago)
Author:
Kris Deugau
Message:

/trunk

Cleanup pass on ipdb.psql to remove long-discarded cruft and uselessness

File:
1 edited

Legend:

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

    r455 r656  
    5555GRANT ALL on "routed" to "ipdb";
    5656GRANT SELECT on "routed" to "ipdb";
    57 
    58 CREATE TABLE "temp" (
    59         "ofs" integer
    60 );
    61 
    62 REVOKE ALL on "temp" from PUBLIC;
    63 GRANT ALL on "temp" to "ipdb";
    6457
    6558CREATE TABLE "freeblocks" (
     
    206199INSERT INTO users VALUES ('admin','luef5C4XumqIs','bacdsA');
    207200
    208 CREATE TABLE "dns" (
    209         "ip" inet NOT NULL PRIMARY KEY,
    210         "hostname" character varying(128),
    211         "auto" character(1) DEFAULT 'y'
    212 );
    213 
    214201-- Network nodes - allows finding customers affected by a broken <x> quickly
    215202CREATE TABLE noderef (
Note: See TracChangeset for help on using the changeset viewer.