Skip to content

Commit

Permalink
Merge pull request #1994 from transcom/dt-164995501-update-super-users
Browse files Browse the repository at this point in the history
Secure Migration Update Users to Super User [delivers #164995501]
  • Loading branch information
donaldthai committed Apr 10, 2019
2 parents a95e7d8 + af5cc5b commit 3ece928
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion .envrc
Expand Up @@ -64,7 +64,6 @@ export CHAMBER_RETRIES=20

# Configuration needed for secure migrations.
export SECURE_MIGRATION_DIR="${MYMOVE_DIR}/local_migrations"
export SECURE_MIGRATION_SOURCE="local"

# Default DB configuration
export DB_PASSWORD=mysecretpassword
Expand Down
3 changes: 3 additions & 0 deletions local_migrations/20190410033855_update_superusers.sql
@@ -0,0 +1,3 @@
-- Local test migration.
-- This will be run on development environments. It should mirror what you
-- intend to apply on production, but do not include any sensitive data.
1 change: 1 addition & 0 deletions migrations/20190410033855_update_superusers.up.fizz
@@ -0,0 +1 @@
exec("./apply-secure-migration.sh 20190410033855_update_superusers.sql")

0 comments on commit 3ece928

Please sign in to comment.