All checks were successful
gitea-deepak/gogmagog/pipeline/head This commit looks good
6 lines
134 B
SQL
6 lines
134 B
SQL
DROP TABLE IF EXISTS actions;
|
|
DROP TABLE IF EXISTS plans;
|
|
DROP TABLE IF EXISTS users;
|
|
|
|
DROP FUNCTION IF EXISTS trigger_set_timestamp;
|