Skip to content
Snippets Groups Projects
Commit 8380b69f authored by Jure's avatar Jure
Browse files

feat(server): migrate Collection to a model component

BREAKING CHANGE: Collections, currently stored in a NoSQL-like entities table, are now living in
standalone collections table. Since the constraints from PostgreSQLs columns are stricter than a
JSON data field, where the collection data currently lives, no automatic migration of data is
possible - and migrations will have to be done on a app-by-app basis.
parent bec775fb
No related branches found
No related tags found
No related merge requests found
Showing
with 313 additions and 540 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment