Skip to content

Commit

Permalink
Update active data extraction to include new Scheduled Changes tables. (
Browse files Browse the repository at this point in the history
#204). r=rail
  • Loading branch information
bhearsum committed Jan 3, 2017
1 parent 12888f1 commit 14410bb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/manage-db.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,9 @@ def extract_active_data(url, dump_location='dump.sql'):
))

popen(
_strip_multiple_spaces('%s %s dockerflow rules rules_history rules_scheduled_changes rules_scheduled_changes_history \
migrate_version > %s' % (mysql_default_command, database, dump_location,))
_strip_multiple_spaces('%s %s dockerflow rules rules_history rules_scheduled_changes rules_scheduled_changes_conditions \
rules_scheduled_changes_conditions_history rules_scheduled_changes_signoffs rules_scheduled_changes_signoffs_history \
rules_scheduled_changes_history migrate_version > %s' % (mysql_default_command, database, dump_location,))
)

popen(
Expand Down

0 comments on commit 14410bb

Please sign in to comment.