mirror of
https://gitlab.com/omair-personal/exchange.git
synced 2026-08-30 18:04:30 +00:00
Fix some error due to update migration
This commit is contained in:
@@ -30,6 +30,6 @@ class CreateUsersTable extends Migration
|
||||
*/
|
||||
public function down()
|
||||
{
|
||||
Schema::dropIfExists('users');
|
||||
// Schema::dropIfExists('users');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user