[Rt-commit] rt branch, 4.2/scrips-schema-cleanup, updated. rt-4.0.5-284-g5399bfd

Thomas Sibley trs at bestpractical.com
Tue Oct 9 20:46:20 EDT 2012


The branch, 4.2/scrips-schema-cleanup has been updated
       via  5399bfdd8cfd3c0fc1b87db572e30e07d766b017 (commit)
       via  00dcf08d3e74afdc63c6ac3fb44b07515569a750 (commit)
      from  93f7a75d252988a6cedf7e128881db8a1d334113 (commit)

Summary of changes:
 etc/upgrade/4.1.0/schema.SQLite            | 2 --
 etc/upgrade/{4.1.0 => 4.1.5}/content       | 0
 etc/upgrade/{4.1.0 => 4.1.5}/schema.Oracle | 0
 etc/upgrade/{4.1.0 => 4.1.5}/schema.Pg     | 0
 etc/upgrade/{4.1.0 => 4.1.5}/schema.mysql  | 0
 5 files changed, 2 deletions(-)
 delete mode 100644 etc/upgrade/4.1.0/schema.SQLite
 rename etc/upgrade/{4.1.0 => 4.1.5}/content (100%)
 rename etc/upgrade/{4.1.0 => 4.1.5}/schema.Oracle (100%)
 rename etc/upgrade/{4.1.0 => 4.1.5}/schema.Pg (100%)
 rename etc/upgrade/{4.1.0 => 4.1.5}/schema.mysql (100%)

- Log -----------------------------------------------------------------
commit 00dcf08d3e74afdc63c6ac3fb44b07515569a750
Author: Thomas Sibley <trs at bestpractical.com>
Date:   Tue Oct 9 17:43:59 2012 -0700

    SQLite doesn't support DROP COLUMN so we just skip it
    
    This is consistent with what we've done for SQLite in the past.  It's
    not intended to be a serious database for upgrades anyway.

diff --git a/etc/upgrade/4.1.0/schema.SQLite b/etc/upgrade/4.1.0/schema.SQLite
deleted file mode 100644
index 5c4609c..0000000
--- a/etc/upgrade/4.1.0/schema.SQLite
+++ /dev/null
@@ -1,2 +0,0 @@
-ALTER TABLE Scrips DROP COLUMN ConditionRules;
-ALTER TABLE Scrips DROP COLUMN ActionRules;

commit 5399bfdd8cfd3c0fc1b87db572e30e07d766b017
Author: Thomas Sibley <trs at bestpractical.com>
Date:   Tue Oct 9 17:45:11 2012 -0700

    Move upgrade version to 4.1.5
    
    This is the next free slot in the 4.1 upgrade series.

diff --git a/etc/upgrade/4.1.0/content b/etc/upgrade/4.1.5/content
similarity index 100%
rename from etc/upgrade/4.1.0/content
rename to etc/upgrade/4.1.5/content
diff --git a/etc/upgrade/4.1.0/schema.Oracle b/etc/upgrade/4.1.5/schema.Oracle
similarity index 100%
rename from etc/upgrade/4.1.0/schema.Oracle
rename to etc/upgrade/4.1.5/schema.Oracle
diff --git a/etc/upgrade/4.1.0/schema.Pg b/etc/upgrade/4.1.5/schema.Pg
similarity index 100%
rename from etc/upgrade/4.1.0/schema.Pg
rename to etc/upgrade/4.1.5/schema.Pg
diff --git a/etc/upgrade/4.1.0/schema.mysql b/etc/upgrade/4.1.5/schema.mysql
similarity index 100%
rename from etc/upgrade/4.1.0/schema.mysql
rename to etc/upgrade/4.1.5/schema.mysql

-----------------------------------------------------------------------


More information about the Rt-commit mailing list