]> git.pld-linux.org Git - packages/eventum.git/commitdiff
- add to cvs
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 24 Nov 2006 10:44:28 +0000 (10:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eventum-db.patch -> 1.1

eventum-db.patch [new file with mode: 0644]

diff --git a/eventum-db.patch b/eventum-db.patch
new file mode 100644 (file)
index 0000000..30fccd1
--- /dev/null
@@ -0,0 +1,13 @@
+--- eventum/misc/upgrade/v1.7.1_to_v2.0/database_changes.php~  2006-11-19 23:31:20.675720701 +0200
++++ eventum/misc/upgrade/v1.7.1_to_v2.0/database_changes.php   2006-11-19 23:30:56.825186067 +0200
+@@ -4,9 +4,7 @@
+ $stmts = array();
+-$stmts[] = "ALTER TABLE eventum_support_email CHANGE COLUMN sup_to sup_to tinytext;";
+-$stmts[] = "ALTER TABLE eventum_support_email CHANGE COLUMN sup_cc sup_cc tinytext;";
+-$stmts[] = "ALTER TABLE eventum_user ADD COLUMN usr_lang varchar(5);";
++$stmts[] = "ALTER TABLE eventum_custom_field_option CHANGE COLUMN cfo_value cfo_value varchar(128) NOT NULL;";
+ foreach ($stmts as $stmt) {
+     $stmt = str_replace('eventum_', APP_TABLE_PREFIX, $stmt);
This page took 0.102718 seconds and 4 git commands to generate.