all repos

onasty @ 743648cdf5229ae1e3b209c464e14b09d7a43711

a one-time notes service

onasty/migrations/20250520211029_remove_username.down.sql (view raw)

Smirnov Oleksandr Smirnov Oleksandr
ss2316544@gmail.com
feat: notes manipulations for the note authors (#117)..., 1 year ago
1
ALTER TABLE users
2
    ADD COLUMN username varchar(255) NOT NULL UNIQUE;