Fix migration. bump ver
This commit is contained in:
parent
e6f5db1842
commit
8390bf0ec6
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -2129,7 +2129,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "soundfx-rs"
|
name = "soundfx-rs"
|
||||||
version = "1.5.10"
|
version = "1.5.11"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"dashmap",
|
"dashmap",
|
||||||
"dotenv",
|
"dotenv",
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
name = "soundfx-rs"
|
name = "soundfx-rs"
|
||||||
description = "Discord bot for custom sound effects and soundboards"
|
description = "Discord bot for custom sound effects and soundboards"
|
||||||
license = "AGPL-3.0-only"
|
license = "AGPL-3.0-only"
|
||||||
version = "1.5.10"
|
version = "1.5.11"
|
||||||
authors = ["jellywx <judesouthworth@pm.me>"]
|
authors = ["jellywx <judesouthworth@pm.me>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
ALTER TABLE users ADD PRIMARY KEY (`user`);
|
|
||||||
|
|
||||||
CREATE TABLE favorite_sounds (
|
CREATE TABLE favorite_sounds (
|
||||||
user_id BIGINT UNSIGNED NOT NULL,
|
user_id BIGINT UNSIGNED NOT NULL,
|
||||||
sound_id INT UNSIGNED NOT NULL,
|
sound_id INT UNSIGNED NOT NULL,
|
||||||
|
Loading…
Reference in New Issue
Block a user