Changeset 276


Ignore:
Timestamp:
07/20/06 17:04:24 (18 years ago)
Author:
bastiaans
Message:

jobarchived/job_dbase.sql:

  • removed user 'ramon' from table grants
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/jobarchived/job_dbase.sql

    r137 r276  
    2929
    3030CREATE USER root;
    31 CREATE USER ramon;
    3231CREATE USER "www-data";
    3332
    34 GRANT ALL ON jobs,nodes,job_nodes TO root,ramon,"www-data";
    35 GRANT ALL ON nodes_node_id_seq TO root,ramon,"www-data";
     33GRANT ALL ON jobs,nodes,job_nodes TO root,"www-data";
     34GRANT ALL ON nodes_node_id_seq TO root,"www-data";
Note: See TracChangeset for help on using the changeset viewer.