Skip to content

Commit

Permalink
Register database/database.sqlite (#1441)
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik authored Jan 11, 2024
1 parent dae690e commit ae0aa13
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/code_analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
yarn install
yarn build
php artisan migrate --force
vendor/bin/phpunit
name: ${{ matrix.actions.name }}
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ bootstrap/cache/*

# frontend
yarn-error.log

database/database.sqlite
Binary file removed database/database.sqlite
Binary file not shown.
2 changes: 1 addition & 1 deletion first-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ yarn build
# since Laravel 11 ↓

# needed for clear:cache to work
php artisan migrate --database=sqlite
php artisan migrate --force

0 comments on commit ae0aa13

Please sign in to comment.