From 2ed2c5f9f9a92f07abe705ff562150772613f9c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Tue, 11 Sep 2007 19:14:34 +0000 Subject: #173982 by pwolanin and chx: fix schema inconsistencies between a fresh Drupal 6 install and a Drupal 5 upgraded to Drupal 6 --- modules/system/system.schema | 8 -------- 1 file changed, 8 deletions(-) (limited to 'modules/system/system.schema') diff --git a/modules/system/system.schema b/modules/system/system.schema index a3ee189b0..d25527a96 100644 --- a/modules/system/system.schema +++ b/modules/system/system.schema @@ -163,14 +163,6 @@ function system_schema() { 'primary key' => array('mlid'), ); - $schema['sequences'] = array( - 'fields' => array( - 'name' => array('type' => 'varchar', 'length' => 255, 'not null' => TRUE, 'default' => ''), - 'id' => array('type' => 'int', 'unsigned' => TRUE, 'not null' => TRUE, 'default' => 0) - ), - 'primary key' => array('name'), - ); - $schema['sessions'] = array( 'fields' => array( 'uid' => array('type' => 'int', 'unsigned' => TRUE, 'not null' => TRUE), -- cgit v1.2.3