Completed
Pull Request — master (#1284)
by
unknown
01:44
created
src/Phinx/Db/Adapter/SQLiteAdapter.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -481,6 +481,9 @@
 block discarded – undo
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(
Please login to merge, or discard this patch.