mirror of
https://github.com/fergalmoran/supanextail.git
synced 2026-01-14 04:25:55 +00:00
Fix missing column in SQL and fix plan display in the dashboard
This commit is contained in:
@@ -5,6 +5,7 @@ create table profiles (
|
||||
username text unique,
|
||||
avatar_url text,
|
||||
website text,
|
||||
customerId text,
|
||||
|
||||
primary key (id),
|
||||
unique(username),
|
||||
|
||||
Reference in New Issue
Block a user