mirror of https://github.com/langgenius/dify.git
This PR introduces UUIDv7 implementations in both Python and SQL to establish the foundation for migrating from UUIDv4 to UUIDv7 as proposed in #19754. ID generation algorithm of existing models are not changed, and new models should use UUIDv7 for ID generation. Close #19754. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| datetime_utils.py | ||
| exception.py | ||
| external_api.py | ||
| file_utils.py | ||
| flask_utils.py | ||
| gmpy2_pkcs10aep_cipher.py | ||
| helper.py | ||
| infinite_scroll_pagination.py | ||
| json_in_md_parser.py | ||
| jsonutil.py | ||
| login.py | ||
| oauth.py | ||
| oauth_data_source.py | ||
| passport.py | ||
| password.py | ||
| rsa.py | ||
| sendgrid.py | ||
| smtp.py | ||
| uuid_utils.py | ||