Skip to content

Migrate cql files from different directories #240

Open
@KiVo16

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions