Remove test table

This commit is contained in:
P0nk
2025-07-14 21:46:42 +02:00
parent 42bb664add
commit 64b20aa659
2 changed files with 0 additions and 8 deletions

View File

@@ -101,8 +101,4 @@
<sqlFile path="db/tables/024-duey.sql"/>
</changeSet>
<changeSet id="25" author="Ponk">
<sqlFile path="db/tables/025-test.sql"/>
</changeSet>
</databaseChangeLog>

View File

@@ -1,4 +0,0 @@
CREATE TABLE test
(
id INT PRIMARY KEY
);