Add sql table packages_conan_recipe_revisions and corresponding model
First step to support Conan revisions and metadata. See issue #480355.
What does this MR do and why?
This MR create the packages_conan_recipe_revisions table schema and the corresponding model. It adds 2 foreign keys to package and project tables. It also adds indexes needed later for search and the corresponding scopes in the model.
CC @ScanianJP
Edited by Océane Legrand