You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
hauke-97
changed the title
comma too much in PostgreSQL setup
comma too many in PostgreSQL setup
May 14, 2024
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.
The text was updated successfully, but these errors were encountered: