mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-16 21:05:20 +02:00
- Migrated data from the old 'chats' table to 'new_chat_threads' and 'new_chat_messages'. - Dropped the 'chats' table and removed the 'chattype' enum as part of the migration process. - Updated the migration script to truncate thread titles to 500 characters to comply with database constraints. - Adjusted the downgrade function to reflect changes in the migration process. |
||
|---|---|---|
| .. | ||
| alembic | ||
| app | ||
| scripts/docker | ||
| .dockerignore | ||
| .env.example | ||
| .gitignore | ||
| .python-version | ||
| alembic.ini | ||
| celery_worker.py | ||
| Dockerfile | ||
| main.py | ||
| pyproject.toml | ||
| uv.lock | ||