Skip to content

Commit

Permalink
Removed the family from the product model fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
gplanchat committed Oct 22, 2019
1 parent 05f253a commit ddfa381
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/.env
/bin/bisous.phar
/build/bisous.phar
/build/bisous.phar.pubkey
/bisous-phar-private.pem
/bisous-phar-private-nopassphrase.pem
/bin/bisous.phar.pubkey
2 changes: 1 addition & 1 deletion box.json.dist
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"chmod": "0755",
"main": "bin/bisous",
"output": "bin/bisous.phar",
"output": "build/bisous.phar",
"directories": ["src"],
"finder": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ SELECT
{% endfor %}
{% endfor %}
hierarchy.parent AS code,
hierarchy.family AS family,
hierarchy.family_variant AS family_variant,
NULL AS parent
FROM tmp_sku AS product
Expand All @@ -33,7 +32,6 @@ SELECT
{% endfor %}
{% endfor %}
hierarchy.child AS code,
hierarchy.family AS family,
hierarchy.family_variant AS family_variant,
hierarchy.parent AS parent
FROM tmp_sku AS product
Expand Down

0 comments on commit ddfa381

Please sign in to comment.