gogmagog/db/migrations/000001_create_action_table.down.sql
Deepak 2c5e84d836
All checks were successful
gitea-deepak/gogmagog/pipeline/head This commit looks good
adds create and update time to actions
2020-12-26 15:04:51 -06:00

4 lines
78 B
SQL

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