Skip to content

Commit

Permalink
Fix for issue netz98#62 -> Stripped DB:dump @sales group does not emp…
Browse files Browse the repository at this point in the history
…ty sales_flat_order table
  • Loading branch information
cmuench committed Nov 29, 2012
1 parent dd72436 commit be84b32
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ commands:
tables: @stripped @log @dataflowtemp
- id: sales
description: Sales data (orders, invoices, creditmemos etc)
tables: sales_order_* sales_flat_order_* sales_flat_creditmemo_* sales_flat_invoice_* sales_flat_quote sales_recurring_* sales_refunded_* sales_payment_*
tables: sales_order* sales_flat_order* sales_flat_creditmemo_* sales_flat_invoice_* sales_flat_quote sales_recurring_* sales_refunded_* sales_payment_*
- id: customers
description: Customer data
tables: customer_address* customer_entity*
Expand Down
2 changes: 1 addition & 1 deletion src/N98/Magento/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class Application extends BaseApplication
/**
* @var string
*/
const APP_VERSION = '1.39.3';
const APP_VERSION = '1.39.4';

/**
* @var \Composer\Autoload\ClassLoader
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.39.3
1.39.4

0 comments on commit be84b32

Please sign in to comment.