all repos

onasty @ main

a one-time notes service

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

1
2
ALTER TABLE users
    DROP COLUMN username;