Changeset 395


Ignore:
Timestamp:
09/24/12 17:42:30 (12 years ago)
Author:
Kris Deugau
Message:

/trunk

Fix thinko in recording tabledef update for record location for new DB. See #10.
Remove duplicate primary key definition in new DB.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dns.sql

    r393 r395  
    162162    ttl integer DEFAULT 7200 NOT NULL,
    163163    description text,
    164     default_location character varying (4) DEFAULT '' NOT NULL
     164    location character varying (4) DEFAULT '' NOT NULL
    165165);
    166166
     
    284284
    285285ALTER TABLE ONLY domains
    286     ADD CONSTRAINT domains_pkey PRIMARY KEY ("domain");
    287 
    288 ALTER TABLE ONLY domains
    289286    ADD CONSTRAINT domains_domain_id_key UNIQUE (domain_id);
    290287
Note: See TracChangeset for help on using the changeset viewer.