Skip to content

Commit

Permalink
feat: add missing migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Oct 19, 2021
1 parent 1e457e3 commit ccc64d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DELETE FROM identity_credential_types WHERE name = 'lookup_secret';
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
INSERT INTO identity_credential_types (id, name) SELECT '567a0730-7f48-4dd7-a13d-df87a51c245f', 'lookup_secret' WHERE NOT EXISTS ( SELECT * FROM identity_credential_types WHERE name = 'lookup_secret');

0 comments on commit ccc64d8

Please sign in to comment.