PHP-Auth
PHP-Auth copied to clipboard
Remove trailing commas in PostgreSQL init script
A couple of the CREATE TABLE commands had trailing commas after the last column definition, which causes a syntax error (tested on PostgreSQL 16). This pr removes those commas.