diff options
author | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2008-03-11 19:25:28 +0000 |
---|---|---|
committer | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2008-03-11 19:25:28 +0000 |
commit | 801a736c7446b57da59e381919da1f2202e058f3 (patch) | |
tree | c28e90fdf8632fcf138d954fd0df1f27f1dc5dc9 /sql | |
parent | e3df592b95db5d07fbe5ada3341626bad344a082 (diff) |
Updating README
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2107 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'sql')
-rw-r--r-- | sql/modules/README | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/sql/modules/README b/sql/modules/README index 03c487ae..0f879521 100644 --- a/sql/modules/README +++ b/sql/modules/README @@ -24,5 +24,11 @@ Voucher.sql Note that the Roles.sql is special and must be preprocessed to get it to work. A command like: -sed -e 's/<?lsmb dbname ?>/[dbname]/g' Roles.sql > [dbname]_roles.sql would work -where [dbname] represents the name of the database you are installing into. +sed -e 's/<?lsmb dbname ?>/[dbname]/g' Roles.sql > [dbname]_roles.sql +would work where [dbname] represents the name of the database you are +installing into. + +Also Roles.sql MUST be run last because portions of it depend on function +declarations in the other scripts. + + |