~vcs-imports/almidon/trunk

« back to all changes in this revision

Viewing changes to demo/demo.sql

  • Committer: javier
  • Date: 2010-09-19 11:55:45 UTC
  • Revision ID: svn-v4:924a4236-293c-0410-b38f-c0813de1d4fd:trunk:398
Fixing (?) demo.sql

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
-- * Parte esencial de almidon     *
9
9
-- *********************************
10
10
 
11
 
\i ../sql/almidon.sql
 
11
\i ../core/sql/alm.tables.sql
 
12
GRANT SELECT ON alm_access,alm_column,alm_role,alm_table,alm_user TO almidondemowww;
 
13
GRANT ALL ON alm_access,alm_column,alm_role,alm_table,alm_user TO almidondemo;
 
14
 
12
15
 
13
16
-- *********************************
14
17
-- * Parte del demo                *