all repos

onasty @ d309c75ca6e308b5c70a6c9a27cbbfc4dd74098f

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;