Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dify
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ai-tech
dify
Commits
4df42443
Commit
4df42443
authored
Feb 27, 2024
by
takatost
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lint fix
parent
6e3cd62e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
languages.py
api/constants/languages.py
+0
-2
cc04d0998d4d_set_model_config_column_nullable.py
...versions/cc04d0998d4d_set_model_config_column_nullable.py
+1
-1
No files found.
api/constants/languages.py
View file @
4df42443
import
json
from
models.model
import
AppModelConfig
languages
=
[
'en-US'
,
'zh-Hans'
,
'pt-BR'
,
'es-ES'
,
'fr-FR'
,
'de-DE'
,
'ja-JP'
,
'ko-KR'
,
'ru-RU'
,
'it-IT'
,
'uk-UA'
]
...
...
api/migrations/versions/cc04d0998d4d_set_model_config_column_nullable.py
View file @
4df42443
...
...
@@ -5,8 +5,8 @@ Revises: b289e2408ee2
Create Date: 2024-02-27 03:47:47.376325
"""
from
alembic
import
op
import
sqlalchemy
as
sa
from
alembic
import
op
from
sqlalchemy.dialects
import
postgresql
# revision identifiers, used by Alembic.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment