From 83d28ac1da3a3709b9d92626cef823bba15c6267 Mon Sep 17 00:00:00 2001 From: ecrupper Date: Mon, 24 Jun 2024 15:12:14 -0500 Subject: [PATCH] fix table syntax --- database/step/table.go | 6 ------ 1 file changed, 6 deletions(-) diff --git a/database/step/table.go b/database/step/table.go index 445e7ac50..900734de4 100644 --- a/database/step/table.go +++ b/database/step/table.go @@ -30,11 +30,8 @@ steps ( host VARCHAR(250), runtime VARCHAR(250), distribution VARCHAR(250), -<<<<<<< HEAD check_id INTEGER, -======= report_as VARCHAR(250), ->>>>>>> hackathon/github_app UNIQUE(build_id, number) ); ` @@ -60,11 +57,8 @@ steps ( host TEXT, runtime TEXT, distribution TEXT, -<<<<<<< HEAD check_id INTEGER, -======= report_as TEXT, ->>>>>>> hackathon/github_app UNIQUE(build_id, number) ); `