/[drupal]/contributions/tricks/phpbb2drupal/4.6.5/comment_upload.mysql
ViewVC logotype

Contents of /contributions/tricks/phpbb2drupal/4.6.5/comment_upload.mysql

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


Revision 1.2 - (show annotations) (download)
Thu Apr 6 09:27:25 2006 UTC (3 years, 7 months ago) by tavon
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +2 -3 lines
Updated the phpbb2drupal_import.php
  -Removed some major bugs
  -Imports Polls

Added redirection scripts
  -viewtopic.php
  -stories.php
1 CREATE TABLE comment_files (
2 cid int(10) unsigned NOT NULL default '0',
3 fid int(10) unsigned NOT NULL default '0',
4 KEY cid_fid (cid, fid)
5 ) TYPE=MyISAM;

  ViewVC Help
Powered by ViewVC 1.1.2