|
|
@@ -26,13 +26,13 @@
|
|
|
* @package Phinx
|
|
|
* @subpackage Phinx\Db\Adapter
|
|
|
*/
|
|
|
-namespace BBDDL\Db\Adapter;
|
|
|
+namespace Schema\Db\Adapter;
|
|
|
|
|
|
-use BBDDL\Db\Table;
|
|
|
-use BBDDL\Db\Table\Column;
|
|
|
-use BBDDL\Db\Table\Index;
|
|
|
-use BBDDL\Db\Table\ForeignKey;
|
|
|
-//use BBDDL\Migration\IrreversibleMigrationException;
|
|
|
+use Schema\Db\Table;
|
|
|
+use Schema\Db\Table\Column;
|
|
|
+use Schema\Db\Table\Index;
|
|
|
+use Schema\Db\Table\ForeignKey;
|
|
|
+//use Schema\Migration\IrreversibleMigrationException;
|
|
|
|
|
|
/**
|
|
|
* Phinx Proxy Adapter.
|