[vhffs-dev] [1499] merged 4.2.sql to 4.1.sql

[ Thread Index | Date Index | More vhffs.org/vhffs-dev Archives ]


Revision: 1499
Author:   gradator
Date:     2009-08-02 17:46:45 +0200 (Sun, 02 Aug 2009)

Log Message:
-----------
merged 4.2.sql to 4.1.sql

Modified Paths:
--------------
    branches/vhffs-4.2/vhffs-compat/4.1.sql

Removed Paths:
-------------
    branches/vhffs-4.2/vhffs-compat/4.2.sql


Modified: branches/vhffs-4.2/vhffs-compat/4.1.sql
===================================================================
--- branches/vhffs-4.2/vhffs-compat/4.1.sql	2009-08-02 15:43:49 UTC (rev 1498)
+++ branches/vhffs-4.2/vhffs-compat/4.1.sql	2009-08-02 15:46:45 UTC (rev 1499)
@@ -62,3 +62,6 @@
 DELETE FROM vhffs_ml_subscribers WHERE EXISTS ( SELECT 'x' FROM vhffs_ml_subscribers m WHERE LOWER(m.member) = LOWER(vhffs_ml_subscribers.member) AND m.ml_id = vhffs_ml_subscribers.ml_id AND m.sub_id < vhffs_ml_subscribers.sub_id );
 UPDATE vhffs_ml_subscribers set member=LOWER(member);
 
+-- Server encoding is always used to avoid compatibility issues
+ALTER TABLE vhffs_pgsql DROP COLUMN dbencoding;
+

Deleted: branches/vhffs-4.2/vhffs-compat/4.2.sql
===================================================================
--- branches/vhffs-4.2/vhffs-compat/4.2.sql	2009-08-02 15:43:49 UTC (rev 1498)
+++ branches/vhffs-4.2/vhffs-compat/4.2.sql	2009-08-02 15:46:45 UTC (rev 1499)
@@ -1,4 +0,0 @@
--- Probably not complete
-
--- Server encoding is always used to avoid compatibility issues
-ALTER TABLE vhffs_pgsql DROP COLUMN dbencoding;


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/