Skip to content

How can I access the "schemaAt" method for unit testing migrations #1048

Discussion options

You must be logged in to vote

This particular problem is solved by doing this:

dependency_overrides:
  moor_generator:
    git:
      url: git@github.com:simolus3/moor.git
      path: moor_generator
      ref: 6c913a481145019a8c37c3d6f2d4480ac884f83e
  moor:
    git:
      url: git@github.com:simolus3/moor.git
      path: moor
      ref: 6c913a481145019a8c37c3d6f2d4480ac884f83e

However, can anyone confirm this is the right commit for this functionality? I'm getting errors that may be explained by not pulling the right commit.

Am I missing something or is the documentation not accurate in this aspect?

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@simolus3
Comment options

@MiguelSOliveira
Comment options

@simolus3
Comment options

@MiguelSOliveira
Comment options

@simolus3
Comment options

Answer selected by MiguelSOliveira
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants