This website requires JavaScript.
Explore
Help
Register
Sign In
suguo
/
dify
Watch
1
Star
0
Fork
You've already forked dify
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
a2c068d949
dify
/
api
/
extensions
/
ext_migrate.py
6 lines
77 B
Python
Raw
Blame
History
import
flask_migrate
def
init
(
app
,
db
)
:
flask_migrate
.
Migrate
(
app
,
db
)
Reference in New Issue
View Git Blame
Copy Permalink