From 801a736c7446b57da59e381919da1f2202e058f3 Mon Sep 17 00:00:00 2001 From: einhverfr Date: Tue, 11 Mar 2008 19:25:28 +0000 Subject: Updating README git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2107 4979c152-3d1c-0410-bac9-87ea11338e46 --- sql/modules/README | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'sql') 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//[dbname]/g' Roles.sql > [dbname]_roles.sql would work -where [dbname] represents the name of the database you are installing into. +sed -e 's//[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. + + -- cgit v1.2.3