-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Table Does not exist #101
Comments
What is very weird is that if I run the above with
There is a lot here. First :
But the table is not there if I check the keyspace. So the log says it has created it (but it's not there) and it immediately after fails with :
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is what I have:
OK, so nothing is there. If I run :
I get :
Of course it does not exist, but aren't you suppose to create it? I am on version 4.4.3. Even if I use
--databaseChangelogTableName
, same result.It seems that every feature I try to play with is either broken or does not work
The text was updated successfully, but these errors were encountered: