[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb:[2554] trunk/INSTALL



Revision: 2554
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=2554&view=rev
Author:   jfkw
Date:     2009-04-13 11:50:35 +0000 (Mon, 13 Apr 2009)

Log Message:
-----------
Add a note explaining sql\modules in context of LedgerSMB-1.3 development cycle.

Modified Paths:
--------------
    trunk/INSTALL

Modified: trunk/INSTALL
===================================================================
--- trunk/INSTALL	2009-04-13 11:28:07 UTC (rev 2553)
+++ trunk/INSTALL	2009-04-13 11:50:35 UTC (rev 2554)
@@ -293,8 +293,12 @@
 $ psql -U postgres -d mycompany -f /path/to/ledgersmb13/sql/modules/Vendor.sql
 $ psql -U postgres -d mycompany -f /path/to/ledgersmb13/sql/modules/Menu.sql
 
+Note: The above files are manageable sections of the LedgerSMB database logic in
+active development for LedgerSMB-1.3. Later in the release cycle, their contents
+will move to the main Pg-database.sql.
+
 At the time of this writing, the following files are in an earlier state of
-development and not ready to be loaded:
+development and not ready to be loaded as part of this INSTALL:
 
 admin.sql
 security.sql


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.