pgroll/cmd
Carlos Pérez-Aradros Herce 73c2016929
Add a way to set postgres role when executing migrations (#226)
In same cases we want to set a specific role when executing migrations,
so the ownerhsip of the created/updated objects is different from the
pgroll user (storing pgroll state). This change allows to set a role
that will be set in the connection executing migrations.
2024-01-15 10:36:01 +00:00
..
flags Add a way to set postgres role when executing migrations (#226) 2024-01-15 10:36:01 +00:00
analyze.go Allow CLI flags to be specified by environment variable (#152) 2023-10-03 07:43:05 +01:00
complete.go Fix pgroll complete spinner message (#153) 2023-10-02 11:45:59 +01:00
init.go Add spinners and progress notifications to CLI output (#139) 2023-09-28 06:43:38 +01:00
rollback.go Add spinners and progress notifications to CLI output (#139) 2023-09-28 06:43:38 +01:00
root.go Add a way to set postgres role when executing migrations (#226) 2024-01-15 10:36:01 +00:00
start.go Change signature of migrations.ReadMigrationFile (#177) 2023-10-06 15:48:56 +01:00
status.go Move logic for the status command into the state and migrations packages (#205) 2023-11-22 12:36:54 +00:00