summaryrefslogtreecommitdiff
path: root/modules/system/system.schema
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system/system.schema')
-rw-r--r--modules/system/system.schema8
1 files changed, 0 insertions, 8 deletions
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),