Skip to content

Commit

Permalink
Merge branch 'rag-llm-bugfix' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardodeValle committed May 27, 2024
2 parents e075be7 + 267e699 commit 5a5753d
Show file tree
Hide file tree
Showing 2 changed files with 553 additions and 1 deletion.
2 changes: 1 addition & 1 deletion db/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ export const sprintSurveyQuestion = pgTable("sprint_survey_question", {
questionId: integer("question_id").references(() => question.id),
});

export const resourcePositiveSkill = pgTable("resource_positive_skill", {
export const pipResourcePositiveSkill = pgTable("pip_resource_positive_skill", {
pipResourceId: integer("pip_resource_id").references(() => pipResource.id),
positiveSkillId: integer("positive_skill_id").references(
() => positiveSkill.id,
Expand Down
Loading

0 comments on commit 5a5753d

Please sign in to comment.