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


Ignore:
Timestamp:
09/21/12 13:00:22 (12 years ago)
Author:
Kris Deugau
Message:

/trunk

Add a new permission record_locchg to separate changing the
location of a record from the abaility to edit a record or
change the location definition. See #10.

File:
1 edited

Legend:

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

    r375 r387  
    1414    ADD CONSTRAINT "locations_group_id_fkey" FOREIGN KEY (group_id) REFERENCES groups(group_id);
    1515
     16ALTER TABLE permissions ADD COLUMN record_locchg boolean DEFAULT false NOT NULL;
    1617ALTER TABLE permissions ADD COLUMN location_create boolean DEFAULT false NOT NULL;
    1718ALTER TABLE permissions ADD COLUMN location_edit boolean DEFAULT false NOT NULL;
Note: See TracChangeset for help on using the changeset viewer.