all repos

onasty @ 673a1f7bd6ffe1771e63c3c1c8ac37418228fac8

a one-time notes service

onasty/migrations/20250503143510_user_oauth.up.sql (view raw)

Smirnov Oleksandr Smirnov Oleksandr
ss2316544@gmail.com
feat: add oauth2 login for google and github (#109)..., 1 year ago
1
ALTER TABLE users
2
    ALTER COLUMN PASSWORD DROP NOT NULL;