Store osu! user username

This commit is contained in:
Natsu Kagami 2024-02-04 23:24:28 +01:00
parent 85954639d7
commit f7ea23ed3b
Signed by: nki
GPG key ID: 55A032EB38B49ADB
4 changed files with 34 additions and 11 deletions

View file

@ -0,0 +1,4 @@
-- Add migration script here
ALTER TABLE osu_users
ADD COLUMN username TEXT NULL DEFAULT NULL;