Skip to content

fix: corrects falsy DROP PRIMARY KEY statement in setup

Jan Wennrich requested to merge dev into master

There where syntax errors in the SQL statement. Furthermore the primary keys are only dropped if they exist. This prevents unnecessary errors/messages in the logs.

Co-authored-by: Adrian Müller adrian@pcsg.de (@addius)

@henbug, please check if this can be merged into master.

Merge request reports