webcalendar icon indicating copy to clipboard operation
webcalendar copied to clipboard

Problem Updating with postgres

Open martinr63 opened this issue 6 years ago • 0 comments

I've update from version 1.2.9 to 1.3.0 The update script told me, I'am updating from version v1.1.0e-CVS

So I found the problem is the same like this issue Postgres need strings to be quoted with 'text' and not "text". After changing the quotes in upgrade_matrix.php I could run the update

martinr63 avatar Sep 05 '19 12:09 martinr63