diff --git a/core/migrations/v20210606_290002_add_aws_region.php b/core/migrations/v20210606_290002_add_aws_region.php new file mode 100644 index 00000000..8615e3a1 --- /dev/null +++ b/core/migrations/v20210606_290002_add_aws_region.php @@ -0,0 +1,31 @@ +executeQuery($query); + } + + return $result; + } + + public function down(){ + return true; + } + +}