Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 830 → Rev 831

/trunk/client/phorum/bibliotheque/phorum/include/db/upgrade/mysql/2004021200.php
New file
0,0 → 1,8
<?php
if(!defined("PHORUM_ADMIN")) return;
 
// altering the files tables
$upgrade_queries[]="ALTER TABLE {$PHORUM['files_table']} add message_id int unsigned not null default 0";
$upgrade_queries[]="ALTER TABLE {$PHORUM['files_table']} add key (message_id)";
 
?>