bootstrap-db 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -39,7 +39,7 @@ namespace :bootstrap do
39
39
 
40
40
  when :postgresql
41
41
  #pg_dump --help
42
- default_sql_attrs = "--clean --format=c"
42
+ default_sql_attrs = "--clean --create --format=c"
43
43
 
44
44
  if ignore_tables.present?
45
45
  ignore_tables.each do |table_name|
@@ -1,5 +1,5 @@
1
1
  module Bootstrap
2
2
  module Db
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootstrap-db
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: