taskana/rest/taskana-history-rest-spring/src/main/resources/sql.sample-data/drop-tables.sql

5 lines
71 B
SQL

DROP TABLE TASKANA_SCHEMA_VERSION;
DROP TABLE HISTORY_EVENTS;
COMMIT;