- removing cvs table definition.

4.1.x
Kjartan Mannes 2002-07-31 08:25:48 +00:00
parent ec59398791
commit 80aca19a61
1 changed files with 0 additions and 12 deletions

View File

@ -123,18 +123,6 @@ CREATE TABLE comments (
KEY lid (nid)
) TYPE=MyISAM;
#
# Table structure for table 'cvs'
#
CREATE TABLE cvs (
user varchar(32) NOT NULL default '',
files text,
status int(2) NOT NULL default '0',
message text,
timestamp int(11) NOT NULL default '0'
) TYPE=MyISAM;
#
# Table structure for table 'directory'
#