Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
3be0fa63
Commit
3be0fa63
authored
May 23, 2024
by
Timothy J. Baek
Browse files
fix
parent
363ab562
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
backend/apps/web/internal/migrations/009_add_models.py
backend/apps/web/internal/migrations/009_add_models.py
+2
-2
No files found.
backend/apps/web/internal/migrations/009_add_models.py
View file @
3be0fa63
...
@@ -48,8 +48,8 @@ def migrate(migrator: Migrator, database: pw.Database, *, fake=False):
...
@@ -48,8 +48,8 @@ def migrate(migrator: Migrator, database: pw.Database, *, fake=False):
meta
=
pw
.
TextField
()
meta
=
pw
.
TextField
()
params
=
pw
.
TextField
()
params
=
pw
.
TextField
()
created_at
=
(
pw
.
BigIntegerField
(
null
=
False
)
,)
created_at
=
pw
.
BigIntegerField
(
null
=
False
)
updated_at
=
(
pw
.
BigIntegerField
(
null
=
False
)
,)
updated_at
=
pw
.
BigIntegerField
(
null
=
False
)
class
Meta
:
class
Meta
:
table_name
=
"model"
table_name
=
"model"
...
...
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