[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[3506] trunk/sql/upgrade/1.2-1.3-work-in-progress. sql
- Subject: SF.net SVN: ledger-smb:[3506] trunk/sql/upgrade/1.2-1.3-work-in-progress. sql
- From: ..hidden..
- Date: Wed, 13 Jul 2011 21:27:56 +0000
Revision: 3506
http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=3506&view=rev
Author: einhverfr
Date: 2011-07-13 21:27:56 +0000 (Wed, 13 Jul 2011)
Log Message:
-----------
documentation about where the migration scripts need to go
Modified Paths:
--------------
trunk/sql/upgrade/1.2-1.3-work-in-progress.sql
Modified: trunk/sql/upgrade/1.2-1.3-work-in-progress.sql
===================================================================
--- trunk/sql/upgrade/1.2-1.3-work-in-progress.sql 2011-07-13 21:25:44 UTC (rev 3505)
+++ trunk/sql/upgrade/1.2-1.3-work-in-progress.sql 2011-07-13 21:27:56 UTC (rev 3506)
@@ -1,12 +1,13 @@
--Setup
+-- When moved to an interface, these will all be specified and preprocessed.
\set lsmbdir `pwd`
\set contribdir '/usr/share/pgsql/contrib'
\set default_country '''us'''
\set ar '''1200'''
\set ap '''2100'''
-
+-- This will be moved out of this part.
ALTER SCHEMA public RENAME TO lsmb12;
CREATE SCHEMA public;
@@ -17,6 +18,7 @@
\cd :lsmbdir
+-- Full module load should be part of upgrade wizard, at this stage.
\i sql/Pg-database.sql
\i sql/modules/Setting.sql
\i sql/modules/Location.sql
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.