Skip to content

Commit

Permalink
Move python file to subfolder (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
dingmeng-xue authored Aug 11, 2023
1 parent a147d83 commit 7d3fe4a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion apps/acme-assist/prepare_data.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh
INITIAL_WORKING_DIRECTORY=$(pwd)
cd "$(dirname "$0")"
python ./generate_db_migration.py > ./V1_1__insert_products.sql
python ./data/generate_db_migration.py > ./V1_1__insert_products.sql
mv ./*.sql ../acme-catalog/src/main/resources/db/migration
cp ./data/images/* ../acme-catalog/src/main/resources/static/
cd $INITIAL_WORKING_DIRECTORY

0 comments on commit 7d3fe4a

Please sign in to comment.