From 1d7037a756f2029548be24f9a1e5df4ed3f817ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Fri, 25 May 2007 15:47:57 +0000 Subject: #128866 by myself: bjaspan noted that the pgsql and mysql updates on locale_update_6002() are reversed, I noted that the variables table got the language column inadvertently --- modules/system/system.schema | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'modules/system/system.schema') diff --git a/modules/system/system.schema b/modules/system/system.schema index 2df482d2e..e8c6c829c 100644 --- a/modules/system/system.schema +++ b/modules/system/system.schema @@ -129,11 +129,9 @@ function system_schema() { 'fields' => array( 'name' => array('type' => 'varchar', 'length' => 128, 'not null' => TRUE, 'default' => ''), 'value' => array('type' => 'text', 'not null' => TRUE, 'size' => 'big'), - 'language' => array('type' => 'varchar', 'length' => 12, 'not null' => TRUE, 'default' => '') ), - 'primary key' => array('name', 'language'), + 'primary key' => array('name'), ); return $schema; } - -- cgit v1.2.3