Advertisement
Guest User

Untitled

a guest
Jun 20th, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. ~ Created by Lukas Mansour on 6/19/18 6:52 PM
  4. ~ This work is licensed under the Creative Commons Attribution-NonCommercial-NoDerivative International License. ( Short Code: CC BY-NC-ND 4.0 )
  5. ~ To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-nd/4.0/ or send a letter to
  6. ~ Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.
  7. -->
  8.  
  9. <databaseChangeLog
  10. xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
  11. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  12. xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog
  13. http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.4.xsd">
  14.  
  15. <include file="db/db.changelog-1.0.xml"/>
  16. </databaseChangeLog>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement