Originally database was modeled in a way that fits the working principles of mongodb. After on plugin used in the project was no longer available the database schema was converted pretty much as is to postgres.
Re-create database schema to actually use sql relations effiently. For example an event has a form and one or more participants.
Originally database was modeled in a way that fits the working principles of mongodb. After on plugin used in the project was no longer available the database schema was converted pretty much as is to postgres.
Re-create database schema to actually use sql relations effiently. For example an event has a form and one or more participants.