]> git.pld-linux.org Git - packages/eventum.git/blame - eventum-db.patch
- must do Language::setPreference() after hacking old HTTP_ vars
[packages/eventum.git] / eventum-db.patch
CommitLineData
8a387c4d
ER
1--- eventum/misc/upgrade/v1.7.1_to_v2.0/database_changes.php~ 2006-11-19 23:31:20.675720701 +0200
2+++ eventum/misc/upgrade/v1.7.1_to_v2.0/database_changes.php 2006-11-19 23:30:56.825186067 +0200
3@@ -4,9 +4,7 @@
4
5 $stmts = array();
6
7-$stmts[] = "ALTER TABLE eventum_support_email CHANGE COLUMN sup_to sup_to tinytext;";
8-$stmts[] = "ALTER TABLE eventum_support_email CHANGE COLUMN sup_cc sup_cc tinytext;";
9-$stmts[] = "ALTER TABLE eventum_user ADD COLUMN usr_lang varchar(5);";
10+$stmts[] = "ALTER TABLE eventum_custom_field_option CHANGE COLUMN cfo_value cfo_value varchar(128) NOT NULL;";
11
12 foreach ($stmts as $stmt) {
13 $stmt = str_replace('eventum_', APP_TABLE_PREFIX, $stmt);
This page took 0.082699 seconds and 4 git commands to generate.