Skip to content

Commit

Permalink
Only create tables when running in dev mode
Browse files Browse the repository at this point in the history
  • Loading branch information
pvannierop committed Apr 16, 2024
1 parent d7aa3c7 commit 9df8478
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog
https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.6.xsd">

<changeSet id="Create topic tables" author="pim">
<changeSet id="Create topic tables" author="pim" context="dev">
<comment>Create topic tables</comment>
<createTable tableName="android_phone_battery_level">
<column name="timestamp" type="DATETIME"/>
Expand Down

0 comments on commit 9df8478

Please sign in to comment.