This is an example repository for SQL code development.
Copy the contents of this repository to your own repository.
- Clone this repository at the same level as your own 'my-repo':
git clone [email protected]:liquibase/cs-impl-guide-examples-sql.git
- Copy contents to your own repository.
cp -R ./cs-impl-guide-examples-sql/* ./my-sql-repo
NOTE: Automations repository is provided separately. This is the best practice to separate SQL code from automation code. Here is the link to the Automations repository.