PHP-Auth icon indicating copy to clipboard operation
PHP-Auth copied to clipboard

Remove trailing commas in PostgreSQL init script

Open jgmamxmn opened this issue 1 year ago • 0 comments

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.

jgmamxmn avatar May 14 '24 08:05 jgmamxmn