Skip to content

Remove "temporary" ifdef

Tarcisio Fischer requested to merge work/remove-temporary-ifdef into master

Issue is that while running multiples instances of Codevis, it may fail randomly if we don't ensure the database schema will be available. If we ever need to remove this for some reason (e.g. updating the database), then we need to recognize that the schema changed before updating it.

Merge request reports