Skip to content

Commit

Permalink
Removed order_management db_setup
Browse files Browse the repository at this point in the history
  • Loading branch information
anarthal committed Nov 4, 2024
1 parent 4d0a9b6 commit 50480bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/ci/ci_util/db_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ def db_setup(

# Source files
_run_sql_file(source_dir.joinpath('example', 'db_setup.sql'))
_run_sql_file(source_dir.joinpath('example', 'order_management', 'db_setup.sql'))
_run_sql_file(source_dir.joinpath('test', 'integration', 'db_setup.sql'))
if not disabled_features['sha256']:
_run_sql_file(source_dir.joinpath('test', 'integration', 'db_setup_sha256.sql'))
Expand Down

0 comments on commit 50480bb

Please sign in to comment.