Merge branch 'master' into tax-enhancement
This commit is contained in:
commit
ea54d4b084
|
|
@ -26,7 +26,7 @@ class AddDownloadCanceledColumnInDownloadableLinkPurchasedTable extends Migratio
|
|||
public function down()
|
||||
{
|
||||
Schema::table('downloadable_link_purchased', function (Blueprint $table) {
|
||||
$table->integer('download_canceled')->default(0);
|
||||
$table->dropColumn('download_canceled');
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue