Integrated custom magick-rust, added basic db usage
This commit is contained in:
5
migrations/20250515121632_init.sql
Normal file
5
migrations/20250515121632_init.sql
Normal file
@ -0,0 +1,5 @@
|
||||
CREATE TABLE IF NOT EXISTS users
|
||||
(
|
||||
discord_userid INTEGER PRIMARY KEY NOT NULL,
|
||||
lastfm_username TEXT NOT NULL
|
||||
) STRICT;
|
||||
Reference in New Issue
Block a user