Open
Description
Matthew T. Adams opened BATCH-1729 and commented
Adding conditional table creation to the creation scripts would be nice: CREATE TABLE IF NOT EXISTS ...
That way, the scripts could be run without having to have them bomb out because a table already exists. Using <jdbc:initialize-database ignore-failures="ALL" ... /> doesn't really help when you want to ensure that the schema either already exists or needs to be created.
No further details from BATCH-1729