Skip to content
Snippets Groups Projects
Commit 885dd624 authored by Dominik Lechner's avatar Dominik Lechner
Browse files

Adding Liquibase-Defaults

parent 7619bf63
No related branches found
No related tags found
No related merge requests found
/data
\ No newline at end of file
/data
/others/db_changes/jdbc/
\ No newline at end of file
== Readme
\ No newline at end of file
driver=org.apache.derby.jdbc.ClientDriver
classpath=jdbc/derbyclient-10.14.1.0.jar
url=jdbc:derby://127.0.0.1:1527/basic_data
username=adito
password=adito
changeLogFile=masterChangelog.xml
\ No newline at end of file
<?xml version="1.1" encoding="UTF-8" standalone="no"?>
<databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog" xmlns:ext="http://www.liquibase.org/xml/ns/dbchangelog-ext" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog-ext http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.6.xsd">
</databaseChangeLog>
\ No newline at end of file
== Readme
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment