Skip to content

Commit

Permalink
feat: distinguish repo name and repo owner
Browse files Browse the repository at this point in the history
  • Loading branch information
akawula committed Feb 5, 2024
1 parent abc4445 commit a169599
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/helpers/sql.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ async function runMigrations(db: Database): Promise<void> {
branchName TEXT NOT NULL,
authorLogin TEXT NOT NULL,
authorAvatarUrl TEXT NOT NULL,
repository INTEGER NOT NULL,
repositoryName TEXT NOT NULL,
repositoryOwner TEXT NOT NULL,
reviewRequestedEventAt TEXT NOT NULL,
JIRA TEXT NOT NULL,
timeToMerge TEXT NOT NULL,
Expand Down

0 comments on commit a169599

Please sign in to comment.