Databasechangelog

Resource Fields

Read Only Fields

Field Type Notes
author string  
comments string  
dateexecuted date  
description string  
exectype string  
filename string  
id string The unique identifier for the databasechangelog
liquibase string  
md5sum string  
orderexecuted int  
tag string  


Please read more about the common resource fields. These fields are read only and applicable to almost every resource. We have segregated them from the list above.

Operations

DeleteDELETE: /v2-beta/projects/${PROJECT_ID}/databasechangelogs/${ID}

curl -u "${RANCHER_ACCESS_KEY}:${RANCHER_SECRET_KEY}" \
-X DELETE \
'http://${RANCHER_URL}:8080/v2-beta/projects/${PROJECT_ID}/databasechangelogs/${ID}'
Edit this page