Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Apr 25, 2024
1 parent 3aada8e commit 043bd3a
Show file tree
Hide file tree
Showing 2 changed files with 405 additions and 394 deletions.
5 changes: 4 additions & 1 deletion ee/tabby-db/schema/schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,10 @@ CREATE INDEX idx_repository_name ON repositories(name);
CREATE TABLE github_repository_provider(
id INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT,
display_name TEXT NOT NULL,
access_token TEXT
application_id TEXT NOT NULL,
secret TEXT NOT NULL,
access_token TEXT,
CONSTRAINT `idx_application_id` UNIQUE(`application_id`)
);
CREATE INDEX idx_user_completion_user_id_created_at_language ON user_completions(
user_id,
Expand Down
Loading

0 comments on commit 043bd3a

Please sign in to comment.