This repository has been archived by the owner on Sep 19, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #812 from 18F/develop
Merge in mid-point of 2018-09-25 sprint
- Loading branch information
Showing
188 changed files
with
49,700 additions
and
7,339 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
|
||
-- +goose Up | ||
-- SQL in section 'Up' is executed when this migration is applied | ||
-- +goose StatementBegin | ||
ALTER TABLE identification_contacts DROP COLUMN IF EXISTS emails_id; | ||
ALTER TABLE identification_contacts ADD COLUMN home_email_id bigint REFERENCES emails(id); | ||
ALTER TABLE identification_contacts ADD COLUMN work_email_id bigint REFERENCES emails(id); | ||
-- +goose StatementEnd | ||
|
||
-- +goose Down | ||
-- SQL section 'Down' is executed when this migration is rolled back | ||
-- +goose StatementBegin | ||
ALTER TABLE identification_contacts ADD COLUMN emails_id bigint REFERENCES collections(id); | ||
ALTER TABLE identification_contacts DROP COLUMN IF EXISTS home_email_id; | ||
ALTER TABLE identification_contacts DROP COLUMN IF EXISTS work_email_id; | ||
-- +goose StatementEnd |
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-8.67 KB
api/pdf/graffle/certification-SF86-November2016.graffle/image2.tiff
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
-97.9 KB
(19%)
api/pdf/templates/certification-SF86-November2016.template.pdf
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.