kopia lustrzana https://github.com/mkdryden/telegram-stats-bot
db: fix missing column in user_names
rodzic
d7637209cf
commit
cd34634622
|
@ -70,7 +70,8 @@ def init_dbs(engine: Engine):
|
||||||
(
|
(
|
||||||
user_id bigint,
|
user_id bigint,
|
||||||
date timestamptz,
|
date timestamptz,
|
||||||
username text
|
username text,
|
||||||
|
display_name text
|
||||||
);
|
);
|
||||||
|
|
||||||
create index if not exists user_names_user_id_date_index
|
create index if not exists user_names_user_id_date_index
|
||||||
|
|
Ładowanie…
Reference in New Issue