mirror of
https://github.com/Example-uPagge/liquibase.git
synced 2024-06-14 12:22:25 +03:00
13 lines
218 B
SQL
13 lines
218 B
SQL
--liquibase formatted sql
|
|
/* https://www.liquibase.org/documentation/sql_format.html */
|
|
|
|
--changeset authorname:1
|
|
/* Insert SQL change objects here */
|
|
|
|
|
|
--changeset authorname:2
|
|
/* Insert SQL change objects here */
|
|
|
|
|
|
|