1
This commit is contained in:
parent
8da9d1c7bc
commit
a006899a21
@ -838,9 +838,9 @@ EOD;
|
|||||||
public function dumpSqlMigrate()
|
public function dumpSqlMigrate()
|
||||||
{
|
{
|
||||||
$conn = $this->_getMysql('');
|
$conn = $this->_getMysql('');
|
||||||
$heroSql = $this->dumpMigrateTable($conn, 't_hero', 'gamedb2006_tmp_1.t_hero_bk', 'WHERE activate=1');
|
$heroSql = $this->dumpMigrateTable($conn, 't_hero', 'gamedb2006_prod_1_old.t_hero_bk', 'WHERE activate=1');
|
||||||
$mailSql = $this->dumpMigrateTable($conn, 't_mail', 'gamedb2006_tmp_1.t_mail_bk', '');
|
$mailSql = $this->dumpMigrateTable($conn, 't_mail', 'gamedb2006_prod_1_old.t_mail_bk', '');
|
||||||
$goldBullionSql = $this->dumpMigrateTable($conn, 't_gold_bullion', 'gamedb2006_tmp_1.t_gold_bullion_bk', '');
|
$goldBullionSql = $this->dumpMigrateTable($conn, 't_gold_bullion', 'gamedb2006_prod_1_old.t_gold_bullion_bk', '');
|
||||||
echo $heroSql;
|
echo $heroSql;
|
||||||
echo "\n";
|
echo "\n";
|
||||||
echo $mailSql;
|
echo $mailSql;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user