Skip to content

Commit

Permalink
Include permissions and owners on database objects.
Browse files Browse the repository at this point in the history
  • Loading branch information
wayneeseguin committed May 22, 2012
1 parent 59babcf commit f67d36b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions History.md
@@ -1,3 +1,7 @@
# 0.2.2 - 2012-05-22

Include permissions and owners on database objects.

# 0.2.1 - 2012-05-22

Added more debug output.
Expand Down
2 changes: 1 addition & 1 deletion lib/psql-cm/setup.rb
Expand Up @@ -9,7 +9,7 @@ def setup!

Tempfile.open('base.sql') do |temp_file|
sh %W[ pg_dump #{db(database).psql_args}
--schema-only --no-owner --no-privileges --exclude-table=pg_psql_cm
--schema-only --exclude-table=pg_psql_cm
--schema=#{schema} --file=#{temp_file.path} #{database}
].join(' ')

Expand Down
2 changes: 1 addition & 1 deletion lib/psql-cm/version.rb
@@ -1,4 +1,4 @@
module PSQLCM
Version = '0.2.1'
Version = '0.2.2'
end

0 comments on commit f67d36b

Please sign in to comment.