Skip to content

Commit

Permalink
Revert "Fixing parent id foreign key"
Browse files Browse the repository at this point in the history
  • Loading branch information
hans-thomas authored Sep 20, 2024
1 parent 7ab8001 commit d3b008e
Show file tree
Hide file tree
Showing 11 changed files with 51 additions and 9,610 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
uses: actions/cache@v3
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: dependencies-php-${{ matrix.php }}-composer-${{ hashFiles('composer.lock') }}
key: dependencies-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}

- name: Install dependencies
run: composer install --prefer-dist --no-progress
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.idea/
vendor/
ffmpeg-*/
composer.lock
.phpunit.result.cache
.phpunit.cache
coverage.xml
Loading

0 comments on commit d3b008e

Please sign in to comment.