Skip to content

Fixes BUG-42419: Remove onDefaultCreate clause referencing intermediate table

Removes onDefaultCreate clause referencing a non-existing intermediary table. The table had an underscore appended at the end, indicating that it was an intermediary table being reconstructed.

It was generating an error in postgres on install.source because referenced table didn't existed.

Edited by Cristian Berner

Merge request reports