db: fix missing column in user_names

pull/1/head
Michael DM Dryden 2020-06-04 02:23:50 -04:00
rodzic d7637209cf
commit cd34634622
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -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