fix: corrects falsy DROP PRIMARY KEY statement in setup
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.