Skip to content

Commit fd7fb63

Browse files
authored
fix(sql): project builtin key (#5050)
1 parent af7be7a commit fd7fb63

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
-- +migrate Up
2+
UPDATE project_key SET builtin = true WHERE type = 'pgp' AND name = 'builtin';
3+
4+
-- +migrate Down
5+
SELECT 1;
6+

0 commit comments

Comments
 (0)