- removing cvs table definition.
parent
ec59398791
commit
80aca19a61
|
@ -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'
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue