Cradicle Explorer
ai-audio-deployment_restai
  • Info
  • Issues
  • Patches
  • Wallets
  • Source
    • Source
    • .github
    • .vscode
    • android
    • chart
    • crons
    • docs
    • embeddings
    • examples
    • frontend
    • generators
    • migrations
    • versions
    • 001_init.py
    • 002_add_project_options.py
    • 003_add_user_options.py
    • 004_add_team_tables.py
    • 005_add_llm_context_window.py
    • 006_add_team_budget.py
    • 007_add_latency.py
    • 008_add_eval_tables.py
    • 009_add_prompt_versions.py
    • 010_add_guard_events.py
    • 011_add_chat_id_index.py
    • 012_add_apikey_scopes.py
    • 013_add_retrieval_events.py
    • 014_add_audit_log.py
    • 015_add_team_invitations.py
    • 016_add_chunk_analytics.py
    • 017_add_team_branding.py
    • 018_add_totp.py
    • 019_add_project_comments.py
    • 020_add_sync_lock.py
    • 021_remove_sync_lock.py
    • 022_add_user_restricted.py
    • 023_add_project_invitations.py
    • 024_add_project_creator_fk.py
    • 025_add_widgets.py
    • 026_add_knowledge_graph.py
    • 027_drop_llm_type_column.py
    • 028_consolidate_project_types_to_agent.py
    • 029_add_login_attempts.py
    • 030_add_widget_context_secret.py
    • 031_widen_key_hash_columns.py
    • 032_add_project_tools.py
    • 033_add_output_system_prompt_context.py
    • 034_add_project_routines.py
    • 035_add_cron_logs.py
    • 036_add_memory_bank.py
    • 037_add_output_status_image_attachments.py
    • 038_image_generators_registry.py
    • 039_speech_to_text_registry.py
    • 040_agentic_browser.py
    • 041_password_age.py
    • 042_api_key_quota.py
    • 043_project_templates.py
    • 044_bulk_ingest_jobs.py
    • 045_routine_execution_log.py
    • 046_output_tool_trace.py
    • 047_heal_silent_migration_failures.py
    • env.py
    • modules
    • readme
    • restai
    • tests
    • tools
    • widget_test
    • wordpress
    • worker_envs
    • .dockerignore
    • .env.example
    • .gitignore
    • CLAUDE.md
    • Dockerfile
    • LICENSE
    • Makefile
    • README.md
    • SECURITY.md
    • alembic.ini
    • database.py
    • docker-compose.yml
    • docs.py
    • download.py
    • install_packages.sh
    • main.py
    • migrate.py
    • pyproject.toml
    • sqlite2mysql.py
    • uv.lock
/ migrations / versions /
.. 001_init.py 002_add_project_options.py 003_add_user_options.py 004_add_team_tables.py 005_add_llm_context_window.py 006_add_team_budget.py 007_add_latency.py 008_add_eval_tables.py 009_add_prompt_versions.py 010_add_guard_events.py 011_add_chat_id_index.py 012_add_apikey_scopes.py 013_add_retrieval_events.py 014_add_audit_log.py 015_add_team_invitations.py 016_add_chunk_analytics.py 017_add_team_branding.py 018_add_totp.py 019_add_project_comments.py 020_add_sync_lock.py 021_remove_sync_lock.py 022_add_user_restricted.py 023_add_project_invitations.py 024_add_project_creator_fk.py 025_add_widgets.py 026_add_knowledge_graph.py 027_drop_llm_type_column.py 028_consolidate_project_types_to_agent.py 029_add_login_attempts.py 030_add_widget_context_secret.py 031_widen_key_hash_columns.py 032_add_project_tools.py 033_add_output_system_prompt_context.py 034_add_project_routines.py 035_add_cron_logs.py 036_add_memory_bank.py 037_add_output_status_image_attachments.py 038_image_generators_registry.py 039_speech_to_text_registry.py 040_agentic_browser.py 041_password_age.py 042_api_key_quota.py 043_project_templates.py 044_bulk_ingest_jobs.py 045_routine_execution_log.py 046_output_tool_trace.py 047_heal_silent_migration_failures.py