Skip to content

Commit

Permalink
Merge pull request #208 from nobuhiko/fix#109
Browse files Browse the repository at this point in the history
fix #109 不要となったシーケンスの削除
  • Loading branch information
kiy0taka authored Aug 2, 2018
2 parents 9785237 + cde7362 commit 29d6a1d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions html/install/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -1111,7 +1111,6 @@ function getSequences()
{
return array(
array('dtb_best_products', 'best_id'),
array('dtb_bloc', 'bloc_id'),
array('dtb_category', 'category_id'),
array('dtb_class', 'class_id'),
array('dtb_classcategory', 'classcategory_id'),
Expand All @@ -1129,7 +1128,6 @@ function getSequences()
array('dtb_order', 'order_id'),
array('dtb_order_detail', 'order_detail_id'),
array('dtb_other_deliv', 'other_deliv_id'),
array('dtb_pagelayout', 'page_id'),
array('dtb_payment', 'payment_id'),
array('dtb_products_class', 'product_class_id'),
array('dtb_products', 'product_id'),
Expand Down

0 comments on commit 29d6a1d

Please sign in to comment.