mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-04-19 08:48:54 +00:00
4 lines
100 B
SQL
4 lines
100 B
SQL
-- Add migration script here
|
|
|
|
ALTER TABLE osu_users
|
|
ADD COLUMN username TEXT NULL DEFAULT NULL;
|