Skip to content

Commit 676021d

Browse files
authored
Fix unique constraints for id column and update API key creation (#1764)
* Update .gitignore to ignore additional files and directories * Add migration to fix column types * Bump version to 0.6.17 in pyproject.toml
1 parent 4e4338f commit 676021d

File tree

4 files changed

+1208
-1150
lines changed

4 files changed

+1208
-1150
lines changed

.gitignore

+8
Original file line numberDiff line numberDiff line change
@@ -260,3 +260,11 @@ langflow.db
260260
src/backend/langflow/frontend/
261261
.docker
262262
scratchpad*
263+
/tmp/*
264+
src/backend/langflow/frontend/
265+
src/backend/base/langflow/frontend/
266+
.docker
267+
scratchpad*
268+
chroma*/*
269+
stuff/*
270+
src/frontend/playwright-report/index.html

0 commit comments

Comments
 (0)