all repos

onasty @ c0b5079

a one-time notes service

onasty/migrations/20250503144157_oauth_identities.down.sql (view raw)

Smirnov Oleksandr Smirnov Oleksandr
ss2316544@gmail.com
feat: add oauth2 login for google and github (#109)..., 1 year ago
1
DROP TABLE oauth_identities;
2
3
DROP TYPE provider_enum;