all repos

onasty @ 73fe76ee8df1ac746de478c5bf3943b232ead3c9

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;