Changeset 4024


Ignore:
Timestamp:
11/15/13 09:31:33 (11 years ago)
Author:
mwindhouwer
Message:

M INSTALL.txt

  • fixed some of the SQL examples
File:
1 edited

Legend:

Unmodified
Added
Removed
  • cats/ISOcat/trunk/INSTALL.txt

    r3063 r4024  
    9595        INSERT INTO core_owner (id) VALUES (currval('core_account_id_seq'::regclass));
    9696        INSERT INTO core_thematic_domain_group (id,"name",description,"order",status,activity) VALUES (currval('core_account_id_seq'::regclass),'TDG-NAME','TDG-DESCRIPTION.',1,'TDG-STATUS','TDG-ACTIVITY');
    97         INSERT INTO link_group_members("group", member, "role", status) VALUES (currval('core_account_id_seq'::regclass),TDG-CHAIR,S);
     97        INSERT INTO link_group_members("group", member, "role", status) VALUES (currval('core_account_id_seq'::regclass),TDG-CHAIR,'chair','accepted');
    9898
    9999        -- the profile linked to the TDG
Note: See TracChangeset for help on using the changeset viewer.