Skip to content

Commit

Permalink
Merge pull request #737 from numerique-gouv/20241008-add_tchap
Browse files Browse the repository at this point in the history
add tchap to dinum
  • Loading branch information
rdubigny authored Oct 9, 2024
2 parents 5b24c09 + 6c24713 commit 491ef10
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/fixtures.sql
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,8 @@ VALUES
(48, 48, 'yopmail.com', 'verified', CURRENT_TIMESTAMP, CURRENT_TIMESTAMP, CURRENT_TIMESTAMP),
(49, 2, 'agent1.tchap.incubateur.net', 'verified', CURRENT_TIMESTAMP, CURRENT_TIMESTAMP, CURRENT_TIMESTAMP),
(50, 2, 'agent2.tchap.incubateur.net', 'verified', CURRENT_TIMESTAMP, CURRENT_TIMESTAMP, CURRENT_TIMESTAMP),
(51, 2, 'tchap.beta.gouv.fr', 'verified', CURRENT_TIMESTAMP, CURRENT_TIMESTAMP, CURRENT_TIMESTAMP)
(51, 2, 'tchap.beta.gouv.fr', 'verified', CURRENT_TIMESTAMP, CURRENT_TIMESTAMP, CURRENT_TIMESTAMP),
(52, 2, 'externe.tchap.incubateur.net', 'verified', CURRENT_TIMESTAMP, CURRENT_TIMESTAMP, CURRENT_TIMESTAMP)
ON CONFLICT (id)
DO UPDATE
SET (organization_id, domain, verification_type, created_at, updated_at, verified_at)
Expand Down

0 comments on commit 491ef10

Please sign in to comment.