Skip to content

Commit

Permalink
fix table syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ecrupper committed Jun 24, 2024
1 parent aa198ba commit 83d28ac
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions database/step/table.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
);
`
Expand All @@ -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)
);
`
Expand Down

0 comments on commit 83d28ac

Please sign in to comment.