class CreateFlowPoolTables extends Migration
This commit is contained in:
parent
cd2bd18b8e
commit
a8fcef6f14
@ -96,6 +96,7 @@ class CreateFlowPoolTables extends Migration
|
|||||||
*/
|
*/
|
||||||
public function down()
|
public function down()
|
||||||
{
|
{
|
||||||
|
return;
|
||||||
Schema::dropIfExists('virtual_card_flows');
|
Schema::dropIfExists('virtual_card_flows');
|
||||||
Schema::dropIfExists('virtual_flow_pool_settings');
|
Schema::dropIfExists('virtual_flow_pool_settings');
|
||||||
Schema::dropIfExists('virtual_flow_pools');
|
Schema::dropIfExists('virtual_flow_pools');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user