all repos

onasty @ 39d6b8ed38db7cc38f0cf0ea3f297ad7265f40cb

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;