all repos

onasty @ eab9b2ccfb37b6dac1c99ff93098fbf505a47f5a

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;