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 bec3e63 commit 663f065
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ jobs:
python manage.py makemigrations register
python manage.py migrate
print(1)
mysql -u$DB_USER -p$DB_PASSWORD -e "USE $DB_NAME; SHOW TABLES;"
print(2)
# 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 663f065

Please sign in to comment.