Skip to content

Commit e3af415

Browse files
authored
Fix DROP TABLE in schema.sql (#279)
Signed-off-by: Benjamin Ziehms <benjaminherlin@gmail.com>
1 parent c356c5b commit e3af415

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sql/schema.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ DROP TABLE IF EXISTS "task" CASCADE;
66
DROP TABLE IF EXISTS "task_comment" CASCADE;
77
DROP TABLE IF EXISTS "resolution" CASCADE;
88
DROP TABLE IF EXISTS "runner_instance" CASCADE;
9+
DROP TABLE IF EXISTS "utask_sql_migrations" CASCADE;
910

1011
CREATE TABLE "task_template" (
1112
id BIGSERIAL PRIMARY KEY,

0 commit comments

Comments
 (0)