delight-im / PHP-Auth

Authentication for PHP. Simple, lightweight and secure.
MIT License
1.11k stars 235 forks source link

comma too many in PostgreSQL setup #304

Open hauke-97 opened 6 months ago

hauke-97 commented 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.

ocram commented 6 months ago

Thank you!

This will be fixed shortly, along with other updates coming.