Skip to content

Commit

Permalink
Fix unique constraints for id column and update API key creation (#1764)
Browse files Browse the repository at this point in the history
* Update .gitignore to ignore additional files and directories

* Add migration to fix column types

* Bump version to 0.6.17 in pyproject.toml
  • Loading branch information
ogabrielluiz authored Apr 22, 2024
1 parent 4e4338f commit 676021d
Show file tree
Hide file tree
Showing 4 changed files with 1,208 additions and 1,150 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -260,3 +260,11 @@ langflow.db
src/backend/langflow/frontend/
.docker
scratchpad*
/tmp/*
src/backend/langflow/frontend/
src/backend/base/langflow/frontend/
.docker
scratchpad*
chroma*/*
stuff/*
src/frontend/playwright-report/index.html
Loading

0 comments on commit 676021d

Please sign in to comment.