Skip to content

Commit

Permalink
Clean #598 (#599)
Browse files Browse the repository at this point in the history
  • Loading branch information
duogenesis authored Jan 5, 2025
1 parent 8c66f8b commit 8069f0b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 128 deletions.
26 changes: 0 additions & 26 deletions migrations.sql
Original file line number Diff line number Diff line change
@@ -1,26 +0,0 @@
-- TODO: Delete this and its associated test

UPDATE
person
SET
verification_level_id =
CASE
WHEN
EXISTS (
SELECT
1
FROM
photo
WHERE
person_id = person.id
AND
verified
)
THEN
3

ELSE
2
END
WHERE
verification_level_id <> 1
102 changes: 0 additions & 102 deletions test/functionality1/migration-test.sh

This file was deleted.

0 comments on commit 8069f0b

Please sign in to comment.