Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
0120c08f
Commit
0120c08f
authored
Jan 21, 2002
by
Kjartan Mannes
Browse files
- updating database/database.mysql again. Forgot to remove some contrib
module tables.
parent
8c672011
Changes
1
Hide whitespace changes
Inline
Side-by-side
database/database.mysql
View file @
0120c08f
...
...
@@ -171,22 +171,6 @@ CREATE TABLE feed (
UNIQUE KEY link (url)
) TYPE=MyISAM;
#
# Table structure for table 'file'
#
CREATE TABLE file (
lid int(10) unsigned NOT NULL auto_increment,
nid int(10) unsigned NOT NULL default '0',
version varchar(10) NOT NULL default '',
url varchar(255) NOT NULL default '',
downloads int(10) unsigned NOT NULL default '0',
abstract text NOT NULL,
description text NOT NULL,
homepage varchar(255) NOT NULL default '',
PRIMARY KEY (lid)
) TYPE=MyISAM;
#
# Table structure for table 'history'
#
...
...
@@ -214,6 +198,14 @@ CREATE TABLE item (
PRIMARY KEY (iid)
) TYPE=MyISAM;
#
# Table structure for table 'layout'
#
CREATE TABLE layout (
user int(11) DEFAULT '0' NOT NULL,
block varchar(64) DEFAULT '' NOT NULL
) TYPE=MyISAM;
#
# Table structure for table 'locales'
#
...
...
@@ -343,20 +335,6 @@ CREATE TABLE project (
KEY assigned (assigned)
) TYPE=MyISAM;
#
# Table structure for table 'projects'
#
CREATE TABLE projects (
pid int(10) unsigned NOT NULL auto_increment,
name varchar(255) NOT NULL default '',
versions varchar(255) NOT NULL default '',
developers varchar(255) NOT NULL default '',
areas varchar(255) NOT NULL default '',
mail varchar(255) NOT NULL default '',
PRIMARY KEY (pid)
) TYPE=MyISAM;
#
# Table structure for table 'rating'
#
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment