Skip to content

Commit

Permalink
feat: Add migration workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dinushchathurya committed Dec 27, 2024
1 parent 6d9ee99 commit 7eab30a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-gh-ost.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

MIGRATIONS_DIR="./database/migrations"
DB_HOST="localhost"
DB_HOST="127.0.0.1"
DB_USER="root"
DB_PASSWORD=""
DB_NAME="laravel_gh_ost"
Expand Down

0 comments on commit 7eab30a

Please sign in to comment.