Skip to content

Commit 6968dca

Browse files
committed
fix: schema-dump.yml
1 parent 4b35484 commit 6968dca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/schema-dump.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: MySQL Schema Dump
1+
name: MySQL Schema Dump (Laravel)
22
on: [ push, pull_request ]
33
jobs:
44
schema-dump:
@@ -54,7 +54,7 @@ jobs:
5454
- name: Clear Application Cache
5555
run: php artisan optimize:clear
5656
- name: Run Schema Dump
57-
run: php artisan schema:dump --database=unit3d --path=database/schema/mysql-schema-new.sql
57+
run: php artisan schema:dump --path=database/schema/mysql-schema-new.sql
5858
- name: Check if schema has changed
5959
id: diff
6060
run: |

0 commit comments

Comments
 (0)