Skip to content

Bug/add create mappings production core

Esha Datta requested to merge bug/add-create-mappings-production-core into develop

@afandian ,

Moved default value declarations to its own namespace: cayenne.defaults

Created a namespace called startuptasks which is just a wrapper that imports namespaces that contain start up tasks. This is now included in production.clj.

Also, removed :as when importing cayenne.defaults. Renamed startuptasks namespace to startup-tasks.

Merge request reports