ragflow/api
Brody Wang 391b950be6
Fix non-null violation when inviting people to team (#3015)
### What problem does this PR solve?

Not sure why MySQL is inserting empty string in this case, but when I
use postgres I got `null value in column "invited_by" of relation
"user_tenant" violates not-null constraint`

### Type of change

- [X] Bug Fix (non-breaking change which fixes an issue)
2024-10-25 18:39:09 +08:00
..
apps Fix non-null violation when inviting people to team (#3015) 2024-10-25 18:39:09 +08:00
db Fix some issues in API (#2982) 2024-10-23 12:02:18 +08:00
utils Fix issues in API (#3008) 2024-10-24 20:10:47 +08:00
__init__.py rename web_server to api (#29) 2024-01-17 09:43:27 +08:00
contants.py fix: Large document thumbnail display failed (#2763) 2024-10-10 09:09:29 +08:00
http_api_reference.md Final touches to HTTP and Python API references (#3019) 2024-10-25 17:11:58 +08:00
python_api_reference.md Final touches to HTTP and Python API references (#3019) 2024-10-25 17:11:58 +08:00
ragflow_server.py add API for tenant function (#2866) 2024-10-16 16:10:24 +08:00
settings.py add owner check for team work (#2892) 2024-10-18 13:48:57 +08:00
versions.py Fix docker file bugs (#2662) 2024-09-29 18:24:24 +08:00