@@ -481,6 +481,9 @@ |
||
| 481 | 481 | $this->execute(sprintf('DROP TABLE %s', $this->quoteTableName($tmpTableName))); |
| 482 | 482 | } |
| 483 | 483 | |
| 484 | + /** |
|
| 485 | + * @param string $oldTableName |
|
| 486 | + */ |
|
| 484 | 487 | protected function migrateTriggers($oldTableName, $newTableName) |
| 485 | 488 | { |
| 486 | 489 | $rows = $this->fetchAll(sprintf( |