/[drupal]/contributions/themes/flatforum/flatforum.mysql
ViewVC logotype

Contents of /contributions/themes/flatforum/flatforum.mysql

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.3 - (show annotations) (download)
Sat Apr 29 13:06:38 2006 UTC (3 years, 7 months ago) by ayman
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-4-7
Changes since 1.2: +1 -1 lines
+ MySQL table is now UTF-8 encoded
1 CREATE TABLE flatforum (
2 uid int(10) unsigned NOT NULL default '0',
3 posts int(10) unsigned NOT NULL default '0',
4 PRIMARY KEY (uid)
5 ) TYPE=MyISAM /*!40100 DEFAULT CHARACTER SET utf8 */;

  ViewVC Help
Powered by ViewVC 1.1.2