ravenlp 17 years ago
parent
commit
507e8b3e8d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      db/gelato_db.sql

+ 1 - 1
db/gelato_db.sql View File

62
 	`site_url` varchar(255) NOT NULL,
62
 	`site_url` varchar(255) NOT NULL,
63
 	`id_user` int(10) NOT NULL,
63
 	`id_user` int(10) NOT NULL,
64
 	PRIMARY KEY  (`id_feed`)
64
 	PRIMARY KEY  (`id_feed`)
65
-) ENGINE=MyISAM1 ;
65
+) ENGINE=MyISAM ;
66
 
66
 
67
 
67
 
68
 -- Example data for table `gel_config`
68
 -- Example data for table `gel_config`