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
__LiquibaseLock(:lockedBy)
__LiquibaseTag(:tag)
__LiquibaseContext(:context)
__LiquibaseLabel(:label)
__LiquibaseChangeSet(:id, :author, :changeLog)
__LiquibaseLock {id: STRING, grantDate: DATETIME, lockedBy: STRING}
__LiquibaseTag {tag: STRING, dateCreated: DATETIME, dateUpdated: DATETIME}
__LiquibaseContext {context: STRING, dateCreated: DATETIME, dateUpdated: DATETIME}
__LiquibaseLabel {label: STRING, dateCreated: DATETIME, dateUpdated: DATETIME}
__LiquibaseChangeSet {changeLog: STRING, id: STRING, author: STRING, checkSum: STRING, execType: STRING, description: STRING, comments: STRING, deploymentId: STRING, storedChangeLog: STRING, liquibaseVersion: STRING}
__LiquibaseChangeLog {dateCreated: DATETIME, dateUpdated: DATETIME}
(:__LiquibaseChangeLog)<-[:IN_CHANGELOG {dateExecuted: DATETIME, orderExecuted: INTEGER}]-(:__LiquibaseChangeSet)
(:__LiquibaseTag)-[:TAGS]->(:__LiquibaseChangeSet)
(:__LiquibaseContext)-[:CONTEXTUALIZES]->(:__LiquibaseChangeSet)
(:__LiquibaseLabel)-[:LABELS]->(:__LiquibaseChangeSet)
The text was updated successfully, but these errors were encountered:
Easier way is probably to run updateSQL and let people deduce what permissions are needed.
updateSQL
Sorry, something went wrong.
No branches or pull requests
Indices and constraints (internal)
__LiquibaseLock(:lockedBy)
__LiquibaseTag(:tag)
__LiquibaseContext(:context)
__LiquibaseLabel(:label)
__LiquibaseChangeSet(:id, :author, :changeLog)
CRUD access (internal)
__LiquibaseLock {id: STRING, grantDate: DATETIME, lockedBy: STRING}
__LiquibaseTag {tag: STRING, dateCreated: DATETIME, dateUpdated: DATETIME}
__LiquibaseContext {context: STRING, dateCreated: DATETIME, dateUpdated: DATETIME}
__LiquibaseLabel {label: STRING, dateCreated: DATETIME, dateUpdated: DATETIME}
__LiquibaseChangeSet {changeLog: STRING, id: STRING, author: STRING, checkSum: STRING, execType: STRING, description: STRING, comments: STRING, deploymentId: STRING, storedChangeLog: STRING, liquibaseVersion: STRING}
__LiquibaseChangeLog {dateCreated: DATETIME, dateUpdated: DATETIME}
(:__LiquibaseChangeLog)<-[:IN_CHANGELOG {dateExecuted: DATETIME, orderExecuted: INTEGER}]-(:__LiquibaseChangeSet)
(:__LiquibaseTag)-[:TAGS]->(:__LiquibaseChangeSet)
(:__LiquibaseContext)-[:CONTEXTUALIZES]->(:__LiquibaseChangeSet)
(:__LiquibaseLabel)-[:LABELS]->(:__LiquibaseChangeSet)
The text was updated successfully, but these errors were encountered: