<databaseChangeLog
  xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog
         http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd">

  <includeAll path="migrations"/>
  <includeAll path="stored_procedures"/>
  <includeAll path="seed"/>

  <include file="functions/20210820_151122_DAE-4622_add_get_effective_status_function.sql" relativeToChangelogFile="true" />
  <include file="functions/20210820_151122_DAE-4622_add_get_health_status_functions.sql" relativeToChangelogFile="true" />
  <include file="functions/20210921_173244_DAE-5026_add_get_spotify_health_status_functions.sql" relativeToChangelogFile="true" />

  <include file="views/20210820_151122_DAE-4622_add_v_facebook_ads_data_meta.sql" relativeToChangelogFile="true" />
  <include file="views/20210820_151122_DAE-4622_v_ads_data_meta.sql" relativeToChangelogFile="true" />

</databaseChangeLog>

