openbsd-ports/www/drupal5/pathauto/patches/patch-pathauto_install
espie fc2e837db4 update various modules to more recent versions. Mostly minor updates,
except for webform. Rerun update-db after the update ! but the admin
page will tell you so...
2008-07-10 14:21:37 +00:00

13 lines
535 B
Plaintext

$OpenBSD: patch-pathauto_install,v 1.3 2008/07/10 14:21:38 espie Exp $
--- pathauto.install.orig Fri May 30 02:58:55 2008
+++ pathauto.install Thu Jul 10 15:52:31 2008
@@ -95,7 +95,7 @@ function pathauto_update_2() {
$ret = array();
switch ($GLOBALS['db_type']) {
case 'pgsql':
- db_change_column($ret, 'variable', 'name', 'name', 'varchar(128)', array('not null' => TRUE, 'default' => "''"));
+ db_query("ALTER TABLE {variable} ALTER name TYPE varchar(128)");
break;
case 'mysql':
case 'mysqli':