Changeset 372 for trunk/dns-1.0-1.2.sql


Ignore:
Timestamp:
08/01/12 18:19:03 (12 years ago)
Author:
Kris Deugau
Message:

/trunk

Checkpoint adding location/view support. See #10.

  • minor location list template tweak
  • extend importer to deal with locations on records, and location definitions
  • extend exporter to handle locations

Also:

  • minor SQL error-log cleanup (boolean types use 'y'/'n' or 'true'/'false'). See #25, sort of
  • Fix handling of CNAME exports for reverse zones; the records look ugly but there's no simple way to autoconvert them to the template types on import
  • Fix lurking buglet in tabledef update; we're using a 4-char field for locations to allow for legacy uses.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dns-1.0-1.2.sql

    r370 r372  
    33-- need this before we add any other bits
    44CREATE TABLE locations (
    5     loc character varying (4) PRIMARY KEY,
     5    location character varying (4) PRIMARY KEY,
    66    group_id integer NOT NULL DEFAULT 1,
    77    iplist text NOT NULL DEFAULT '',
Note: See TracChangeset for help on using the changeset viewer.