File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
### master
4
4
5
+ ## v4.6.1, 2017-12-15
6
+ - Removing require 'pry' (silly mistake)
7
+
8
+ ## v4.6.0, 2017-12-10
9
+ - : pg_without_sudo added (thanks to snake66) so you can run remote psql commands on environments without sudo available.
10
+ - Fixed exists? methods, removing the need for arguments
11
+ - Printing sudo status to capistrano STDOUT
12
+
13
+ ## v4.4.1, 2017-10-26
14
+ - Switched back from CREATE ROLE to CREATE USER (so LOGIN rights are granted automatically)
15
+
16
+ ## v4.4.0, 2017-10-26
17
+ - : remove_yml_files task added to clean up old files on remote server
18
+
19
+ ## v4.3.1, 2017-10-21
20
+ - Fixed quoting on CREATE USER so we can include integers in usernames & Quoted other values like CREATE DATABASE so they can include integers too
21
+ - Changed to createuser convention "CREATE ROLE" instead of USER (v4.4.1 reversed this)
22
+
23
+ ## v4.3.0, 2017-10-21
24
+ - issues/27: raise on : deploy_to with ~ in it
25
+ - Net::SCP.upload! to replace old upload! for using : system_user
26
+ - issues/31 : psql -> psql_simple so user can be created regardless of database existence
27
+ - General cleanup
28
+
5
29
### v4.2.1, 2015-04-22
6
30
- change ` on roles(:db, primary: true) ` to the correct ` on primary :db `
7
31
You can’t perform that action at this time.
0 commit comments