use sqlx migrations
This commit is contained in:
8
migrations/20250626164104_selfroles.sql
Normal file
8
migrations/20250626164104_selfroles.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
CREATE TABLE IF NOT EXISTS selfroles (
|
||||
userid BIGINT NOT NULL,
|
||||
guildid BIGINT NOT NULL,
|
||||
roleid BIGINT,
|
||||
UNIQUE (userid, guildid)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user