Skip to content

Commit

Permalink
fix demo dump
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed May 22, 2018
1 parent 7b12afb commit e35a80b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .deploy/create-release.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,9 @@ def create_plain_data():
subprocess.call(['pg_dump',
'--format', 'plain',
'--blobs',
'--section', 'data',
'--data-only',
'--file', dump_file,
'--schema', 'qgep_od',
'--table', 'qgep_od.*',
'--table', 'qgep_sys.logged_actions',
'qgep_prod']
)
Expand Down

0 comments on commit e35a80b

Please sign in to comment.