Changeset 496 for trunk/app/config

Show
Ignore:
Timestamp:
05/16/08 23:04:18 (7 months ago)
Author:
aarkerio
Message:

Message interfase

Location:
trunk/app/config/sql/postgresql
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/config/sql/postgresql/karamelo.sql

    r436 r496  
    5858 
    5959\i ./webquests.sql 
     60\i ./result_webquests.sql 
    6061\i ./vclassrooms_webquests.sql 
    6162\i ./treasures.sql 
    6263\i ./treasures_vclassrooms.sql 
     64\i ./result_treasures.sql 
    6365 
    6466\i ./tests.sql 
     
    6668\i ./questions.sql 
    6769\i ./answers.sql 
    68 \i ./results.sql 
     70\i ./results.sql       --test results 
     71\i ./participations.sql 
    6972 
    7073\i ./shares.sql 
     
    7376 
    7477-- Next I am not sure 
    75 \i ./communities.sql 
    76 \i ./communities_users.sql 
     78\i ./communities.sql   -- this tables will be used on 0.3 
     79\i ./communities_users.sql  
    7780\i ./wikis.sql 
    7881\i ./wiki_revisions.sql 
    79 \i ./settings.sql 
     82\i ./settings.sql         
    8083\i ./upload_revisions.sql 
    8184\i ./uploads.sql 
    82  
    83  
    84  
    85  
    86  
    87  
    88  
    89  
  • trunk/app/config/sql/postgresql/users.sql

    r446 r496  
    2424-- passwd = "karamelo" 
    2525INSERT INTO users("username", "pwd", "name", "email", "group_id", "active", "cv", "quote", "name_blog")  
    26 VALUES ('admin', 'f713c27c6cfc028ce4f756ea692dcf80af42846c', 'John Smith', 'john@site.edu',  
     26VALUES ('admin', '3916784b451c011b7ec822fb9bb66cfc3b5dbf0e', 'John Smith', 'john@site.edu',  
    27271, 
    28281, 
     
    3030'"Nonviolence is a weapon of the strong", Gandhi',  
    3131'The Lost Forest'); 
    32