We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c356c5b commit e3af415Copy full SHA for e3af415
sql/schema.sql
@@ -6,6 +6,7 @@ DROP TABLE IF EXISTS "task" CASCADE;
6
DROP TABLE IF EXISTS "task_comment" CASCADE;
7
DROP TABLE IF EXISTS "resolution" CASCADE;
8
DROP TABLE IF EXISTS "runner_instance" CASCADE;
9
+DROP TABLE IF EXISTS "utask_sql_migrations" CASCADE;
10
11
CREATE TABLE "task_template" (
12
id BIGSERIAL PRIMARY KEY,
0 commit comments