Skip to content

Commit 1cd71f4

Browse files
dati18outdooracorn
authored andcommitted
Squash all database migrations into a schema
Required becuase Laravel 11 handles modifying columns differently [1] Created by running all the existing migrations followed by `php artisan schema:dump --prune` [1]: https://laravel.com/docs/11.x/upgrade#modifying-columns Bug: T426075
1 parent d3ff839 commit 1cd71f4

52 files changed

Lines changed: 539 additions & 1516 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

database/migrations/.gitkeep

Whitespace-only changes.

database/migrations/2016_06_01_000001_create_oauth_auth_codes_table.php

Lines changed: 0 additions & 28 deletions
This file was deleted.

database/migrations/2016_06_01_000002_create_oauth_access_tokens_table.php

Lines changed: 0 additions & 30 deletions
This file was deleted.

database/migrations/2016_06_01_000003_create_oauth_refresh_tokens_table.php

Lines changed: 0 additions & 26 deletions
This file was deleted.

database/migrations/2016_06_01_000004_create_oauth_clients_table.php

Lines changed: 0 additions & 32 deletions
This file was deleted.

database/migrations/2016_06_01_000005_create_oauth_personal_access_clients_table.php

Lines changed: 0 additions & 25 deletions
This file was deleted.

database/migrations/2018_11_17_124956_create_users_table.php

Lines changed: 0 additions & 33 deletions
This file was deleted.

database/migrations/2018_11_17_133622_create_wiki_dbs_table.php

Lines changed: 0 additions & 43 deletions
This file was deleted.

database/migrations/2018_11_17_133627_create_wikis_table.php

Lines changed: 0 additions & 33 deletions
This file was deleted.

database/migrations/2019_08_14_111000_create_invitations_table.php

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)