Subversion Repositories Applications.papyrus

Rev

Go to most recent revision | Blame | Last modification | View Log | RSS feed

<?php
if(!defined("PHORUM_ADMIN")) return;

$upgrade_queries[]="CREATE TABLE {$PHORUM['user_custom_fields_table']} (
        user_id INT DEFAULT '0' NOT NULL ,
        type INT DEFAULT '0' NOT NULL ,
        data TEXT NOT NULL ,
        PRIMARY KEY ( user_id , type )) TYPE=MyISAM";
?>