Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 773 Bytes

File metadata and controls

28 lines (15 loc) · 773 Bytes

Liquibase (liquibase)

The liquibase endpoint provides information about database change sets applied by Liquibase.

Retrieving the Changes

To retrieve the changes, make a GET request to /actuator/liquibase, as shown in the following curl-based example:

The resulting response is similar to the following:

Response Structure

The response contains details of the application’s Liquibase change sets. The following table describes the structure of the response: