Changeset 387 for trunk/dns.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.sql

    r375 r387  
    134134    record_edit boolean DEFAULT false NOT NULL,
    135135    record_delete boolean DEFAULT false NOT NULL,
     136    record_locchg boolean DEFAULT false NOT NULL,
    136137    location_create boolean DEFAULT false NOT NULL,
    137138    location_edit boolean DEFAULT false NOT NULL,
Note: See TracChangeset for help on using the changeset viewer.