mirror of
https://github.com/Sheldan/OnePlusBot.git
synced 2026-01-20 06:48:13 +00:00
restructuring oneplus bot status dashboard to include jda events and remove less relevant metrics
10 lines
665 B
XML
10 lines
665 B
XML
<?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:pro="http://www.liquibase.org/xml/ns/pro"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog dbchangelog.xsd
|
|
http://www.liquibase.org/xml/ns/dbchangelog-ext dbchangelog.xsd
|
|
http://www.liquibase.org/xml/ns/pro dbchangelog.xsd" >
|
|
<include file="1.5.4/collection.xml" relativeToChangelogFile="true"/>
|
|
</databaseChangeLog> |