remove primary key from selfroles
This commit is contained in:
@@ -82,7 +82,7 @@ async fn main() -> Result<(), Error> {
|
|||||||
sqlx::query(
|
sqlx::query(
|
||||||
r#"
|
r#"
|
||||||
CREATE TABLE IF NOT EXISTS selfroles (
|
CREATE TABLE IF NOT EXISTS selfroles (
|
||||||
userid BIGINT PRIMARY KEY,
|
userid BIGINT,
|
||||||
roleid BIGINT,
|
roleid BIGINT,
|
||||||
guildid BIGINT
|
guildid BIGINT
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user