Open
Description
Hi,
I've multiple microservices in my project and I want to have separate cql migration files containing only tables for specific services.
For example, service1 has 3 tables and service2 has 5 tables
Is it possible?
I ran into an issue
inconsistent migrations
thrown by
if dbm[i].Name != fm[i] {
fmt.Println(dbm[i].Name, fm[i], i)
return errors.New("inconsistent migrations")
}
Thanks in advance
Metadata
Assignees
Labels
No labels
Activity