Remove test table
This commit is contained in:
@@ -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>
|
||||
@@ -1,4 +0,0 @@
|
||||
CREATE TABLE test
|
||||
(
|
||||
id INT PRIMARY KEY
|
||||
);
|
||||
Reference in New Issue
Block a user