diff options
author | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2008-08-13 21:11:33 +0000 |
---|---|---|
committer | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2008-08-13 21:11:33 +0000 |
commit | d89f332ed579df8ceb408bfec995da9ac4c1c573 (patch) | |
tree | 7668af93c1f05178ac3a1a0be750a2a0aa6b7e78 | |
parent | 8a1df50e5036a6e572957b2d8a414705d26f2299 (diff) |
Addressing report 2006202 by Jeffk
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2260 4979c152-3d1c-0410-bac9-87ea11338e46
-rw-r--r-- | sql/modules/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/modules/README b/sql/modules/README index b6f27746..a305f1e2 100644 --- a/sql/modules/README +++ b/sql/modules/README @@ -7,6 +7,7 @@ should work. Note that many of these scripts declare types, so if you want to redefine functions, you will need to drop the types and reload the scripts. Drafts.sql +chart.sql Account.sql Session.sql Business_type.sql @@ -32,4 +33,8 @@ installing into. Also Roles.sql MUST be run last because portions of it depend on function declarations in the other scripts. +The following files are not ready to be loaded: +admin.sql +security.sql +Reconciliaton.sql |