-
Notifications
You must be signed in to change notification settings - Fork 5
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
cannot version unversioned table (inconsistent view on the matter) #170
Comments
There's no trigger on the table:
The What should we do in these cases ? |
I think it should be considered as non-versioned. How has that happen ? |
I think it should be considered as non-versioned. How has that happen ?
I drop cascaded the schema containing those tables, and later
re-created them via schema loader. The tables under `table_version`
did not cascade (maybe this could be obtained, with some improvements
to our DDL trigger).
|
This issue has been automatically marked as stale as there has not been any activity for sometime. The issue will be closed in 14 days if no further activity. |
This task is still relevant. |
This issue has been automatically marked as stale as there has not been any activity for sometime. The issue will be closed in 14 days if no further activity. |
This task is still relevant. |
This issue has been automatically marked as stale as there has not been any activity for sometime. The issue will be closed in 14 days if no further activity. |
This task is still relevant. |
This seems like quite an edge case. Would require someone to drop cascade and then rebuild with schema loader. |
See this session:
Basically,
ver_is_table_versioned
says a table is NOT versioned whilever_enable_versioning
says the table is ALREADY versioned... annoying enoughThe text was updated successfully, but these errors were encountered: