Description
For now, Cassandra migrations are associated to schema versions in a guice module, preventing the reuse of the versions in other parts of the code.
We don't really need guice to build a Map so we should move this code in the non-guice module and stop duplicating schema version information in the codebase.