Fix missing column in SQL and fix plan display in the dashboard

This commit is contained in:
Michael
2021-08-31 14:24:10 +02:00
parent 4088fa0b71
commit 466ffec8fe
3 changed files with 5 additions and 4 deletions

View File

@@ -5,6 +5,7 @@ create table profiles (
username text unique,
avatar_url text,
website text,
customerId text,
primary key (id),
unique(username),