Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 6 more DPS users #1815

Merged
merged 2 commits into from
Mar 5, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions local_migrations/20190304203050_mar4_dps_users.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
-- 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.

INSERT INTO public.dps_users VALUES ('f408b4fc-33db-4920-9118-52a5707af73b', 'test@example.com', '2019-03-04 20:37:01.943686', '2019-03-04 20:37:01.943686');
INSERT INTO public.dps_users VALUES ('18d0049c-82d1-4a5b-b0fe-a962ddb481a6', 'test@example.com', '2019-03-04 20:37:01.943686', '2019-03-04 20:37:01.943686');
INSERT INTO public.dps_users VALUES ('065d4f48-63f3-4e03-afe2-4af769d76d6a', 'test@example.com', '2019-03-04 20:37:01.943686', '2019-03-04 20:37:01.943686');
INSERT INTO public.dps_users VALUES ('c9aa6620-cc61-46d7-a2a5-a52312bb422f', 'test@example.com', '2019-03-04 20:37:01.943686', '2019-03-04 20:37:01.943686');
INSERT INTO public.dps_users VALUES ('54728067-edb4-4877-b679-011df41a2ace', 'test@example.com', '2019-03-04 20:37:01.943686', '2019-03-04 20:37:01.943686');
INSERT INTO public.dps_users VALUES ('926af5d7-86c4-4dc4-bbfa-ac2ea3064a91', 'test@example.com', '2019-03-04 20:37:01.943686', '2019-03-04 20:37:01.943686');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For the local migration you really don't need to add any records. You're welcome to, or maybe just add one, but this just ends up being test data we don't need.

1 change: 1 addition & 0 deletions migrations/20190304203050_mar4_dps_users.up.fizz
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
exec("./apply-secure-migration.sh 20190304203050_mar4_dps_users.sql")