taskana/rest/taskana-history-rest-spring/src/main/resources/sql.sample-data/clear-db.sql

4 lines
62 B
SQL

-- the order is important!
DELETE FROM HISTORY_EVENT;
COMMIT;