Skip to content

Commit

Permalink
add yes we hack to yes we hack
Browse files Browse the repository at this point in the history
  • Loading branch information
felhix committed Oct 9, 2024
1 parent b6796b3 commit 0181e15
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions scripts/fixtures.sql
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,9 @@ VALUES
(47, '44137965800012', CURRENT_TIMESTAMP, CURRENT_TIMESTAMP),
(48, '22770001000555', CURRENT_TIMESTAMP, CURRENT_TIMESTAMP),
-- used in integration tests of ProConnect Federation
(49, '50056940503239', CURRENT_TIMESTAMP, CURRENT_TIMESTAMP)
(49, '50056940503239', CURRENT_TIMESTAMP, CURRENT_TIMESTAMP),
-- back to the above category
(50, '81403721400016', CURRENT_TIMESTAMP, CURRENT_TIMESTAMP)
ON CONFLICT (id)
DO UPDATE
SET (siret, created_at, updated_at) = (EXCLUDED.siret, EXCLUDED.created_at, EXCLUDED.updated_at);
Expand Down Expand Up @@ -279,7 +281,8 @@ VALUES
(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),
(52, 2, 'externe.tchap.incubateur.net', 'verified', CURRENT_TIMESTAMP, CURRENT_TIMESTAMP, CURRENT_TIMESTAMP)
(52, 2, 'externe.tchap.incubateur.net', 'verified', CURRENT_TIMESTAMP, CURRENT_TIMESTAMP, CURRENT_TIMESTAMP),
(53, 50, 'yeswehack.ninja', '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 0181e15

Please sign in to comment.