...
Separate all the migration script based on repos and push it to that specific repo.
Mapping of the available keyspaces with repos
Repo Name | Keyspaces |
---|---|
sunbird-lms-service | sunbird |
groups-service | sunbird_groups |
sunbird-notification-service | sunbird_notifications |
sunbird-course-service | sunbird_courses |
Config
Code Block | ||
---|---|---|
| ||
sunbird_cassandra_keyspace=<keyspace_name> sunbird_cassandra_migration_location="filesystem:<absolute or relative path>/db/migration/cassandra" |
...