mirror of
https://github.com/lyx0/nourybot.git
synced 2024-11-13 19:49:55 +01:00
fix lastfm models
This commit is contained in:
parent
eb692020f7
commit
c82ae739e5
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
CREATE TABLE IF NOT EXISTS lastfm_users (
|
CREATE TABLE IF NOT EXISTS lastfm_users (
|
||||||
id bigserial PRIMARY KEY,
|
id bigserial PRIMARY KEY,
|
||||||
twitch_login text UNIQUE NOT NULL,
|
twitch_login text NOT NULL,
|
||||||
twitch_id text NOT NULL,
|
twitch_id text UNIQUE NOT NULL,
|
||||||
lastfm_username text NOT NULL
|
lastfm_username text NOT NULL
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue