Skip to content

Commit

Permalink
LP-102 active user migration
Browse files Browse the repository at this point in the history
  • Loading branch information
mah-shamim committed Oct 13, 2023
1 parent 62a6b6e commit c4f1d7a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

class TestCase extends Orchestra
{
use DatabaseMigrations;
//use DatabaseMigrations;

protected function setUp(): void
{
Expand All @@ -31,8 +31,8 @@ public function getEnvironmentSetUp($app)


$migrations = [
// include __DIR__ . '/../../../database/migrations/2014_10_12_000000_create_users_table.php',
// include __DIR__ . '/../database/migrations/2023_09_25_201621_update_add_columns_in_users_table.php',
include __DIR__ . '/../database/migrations/2014_10_12_000000_create_users_table.php',
include __DIR__ . '/../database/migrations/2023_09_25_201621_update_add_columns_in_users_table.php',
include __DIR__ . '/../database/migrations/2023_09_25_201631_create_user_profiles_table.php',
include __DIR__ . '/../database/migrations/2023_09_28_224955_create_permission_tables.php',
include __DIR__ . '/../database/migrations/2023_09_28_230630_create_teams_table.php'
Expand Down

0 comments on commit c4f1d7a

Please sign in to comment.