enceladus
enceladus copied to clipboard
App data migration from MongoDb to Postgres
Background
Moving app data to Postgres relational DB
Feature
The existing configuration needs to be migrated from MongoDB to Postgres
Idea: Do not use Name+Version in VersionedModel for PK. Use an arbitrary value. This will allow us to have a renaming functionality and copy functionality with less effort. Name+Version should still be kept as a unique combination.