Open hauke-97 opened 6 months ago
on line 27 in /Database/PostgreSQL.sql is a comma too much on the end of the line: CREATE TABLE IF NOT EXISTS "users_2fa" ( ...... "expires_at" INTEGER DEFAULT NULL CHECK ("expires_at" >= 0)**,** ); The same on line 49.
CREATE TABLE IF NOT EXISTS "users_2fa" ( ...... "expires_at" INTEGER DEFAULT NULL CHECK ("expires_at" >= 0)**,** );
Thank you!
This will be fixed shortly, along with other updates coming.
on line 27 in /Database/PostgreSQL.sql is a comma too much on the end of the line:
CREATE TABLE IF NOT EXISTS "users_2fa" ( ...... "expires_at" INTEGER DEFAULT NULL CHECK ("expires_at" >= 0)**,** );
The same on line 49.