diff --git a/app/database/migrations/2013_11_20_121404_add_soft_delete_on_locations.php b/app/database/migrations/2013_11_20_121404_add_soft_delete_on_locations.php new file mode 100644 index 0000000000..12883989e4 --- /dev/null +++ b/app/database/migrations/2013_11_20_121404_add_soft_delete_on_locations.php @@ -0,0 +1,30 @@ +softDeletes(); + }); + } + + /** + * Reverse the migrations. + * + * @return void + */ + public function down() + { + // + } + +} \ No newline at end of file