for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* @copyright Copyright (c) Flipbox Digital Limited
* @license https://flipboxfactory.com/software/patron/license
* @link https://www.flipboxfactory.com/software/patron/
*/
namespace flipbox\patron\migrations;
use craft\db\Migration;
class m180716_121422_environments extends Migration
{
* @inheritdoc
public function safeUp()
return true;
}
public function safeDown()
$this->dropTableIfExists('{{%patron_provider_environments}}');
$this->dropTableIfExists('{{%patron_token_environments}}');