gogmagog/store/migrations/000001_create_action_table.down.sql
Deepak 8f78b80043
All checks were successful
gitea-deepak/gogmagog/pipeline/head This commit looks good
Adds some db tests using sql mock and slightly reorganises to facilitate testing
2020-12-29 13:43:32 -06:00

5 lines
106 B
SQL

DROP TABLE IF EXISTS actions;
DROP TABLE IF EXISTS plans;
DROP FUNCTION IF EXISTS trigger_set_timestamp;