Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
duri0214 committed Feb 3, 2024
1 parent 0dcbdaa commit e90411d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ jobs:
python manage.py migrate
// debug
mysql -u$DB_USER -p$DB_PASSWORD -e "USE portfolio_db; SHOW TABLES;"
print(1)
mysql -u$DB_USER -p$DB_PASSWORD -e "USE $DB_NAME; SHOW TABLES;"
print(2)
python manage.py makemigrations vietnam_research gmarker shopping linebot warehouse
python manage.py migrate
Expand Down

0 comments on commit e90411d

Please sign in to comment.