Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cace329

Browse files
committed
fmt
1 parent d19d864 commit cace329

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/database/migrations/000056_api_key_application.down.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
CREATE TYPE old_login_type AS ENUM (
22
'password',
33
'github',
4-
'oidc'
4+
'oidc'
55
);
66
ALTER TABLE api_keys ALTER COLUMN login_type TYPE old_login_type USING (login_type::text::old_login_type);
77
DROP TYPE login_type;

0 commit comments

Comments
 (0)