major refactoring adding vendor and customer features
This commit is contained in:
2
tests/fixtures/testing_fixtures.py
vendored
2
tests/fixtures/testing_fixtures.py
vendored
@@ -23,7 +23,7 @@ def empty_db(db):
|
||||
tables_to_clear = [
|
||||
"marketplace_import_jobs", # Has foreign keys to vendors and users
|
||||
"products", # Has foreign keys to vendors and products
|
||||
"stock", # Fixed: singular not plural
|
||||
"inventory", # Fixed: singular not plural
|
||||
"products", # Referenced by products
|
||||
"vendors", # Has foreign key to users
|
||||
"users" # Base table
|
||||
|
||||
Reference in New Issue
Block a user