|
From: Jon O. <jon...@us...> - 2005-09-09 17:52:49
|
Update of /cvsroot/mxbb/core/install/schemas In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18141/install/schemas Modified Files: mysql_schema_install.sql Log Message: updating, fixing reported errors Index: mysql_schema_install.sql =================================================================== RCS file: /cvsroot/mxbb/core/install/schemas/mysql_schema_install.sql,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** mysql_schema_install.sql 9 Sep 2005 08:57:17 -0000 1.6 --- mysql_schema_install.sql 9 Sep 2005 17:52:00 -0000 1.7 *************** *** 518,528 **** - - # - # Dumping data for table 'mx_table_portal' - # - INSERT INTO mx_table_portal VALUES("1", "mxBB-Portal (Fresh install)", "http://127.0.0.1/phpBB2/", "http://127.0.0.1/", "2.8 - RC1", "0", "1", "1126035152"); - - # # Table structure for table 'mx_table_search_results' --- 518,521 ---- |