We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Structure to parser:
# Checking databases dbexample on server1 and dbexample on server2 # # WARNING: Objects in server1.dbexample but not in server2.dbexample: # TABLE: tabela5 # # Defn Row Data # Type Object Name Diff Count Check # ------------------------------------------------------------------------- # TABLE tabela1 pass pass pass # TABLE tabela2 pass pass pass # TABLE tabela3 pass pass pass
It's necessary to identify the following warning:
# WARNING: Objects in server1.dbexample but not in server2.dbexample: # TABLE: tabela5
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Structure to parser:
It's necessary to identify the following warning:
The text was updated successfully, but these errors were encountered: