honcho/tests/alembic/revisions
Rajat Ahuja 097f3b31a0
align DB state to sqlalchemy model definitions (#245)
* feat: align DB schema with sqlalchemy model definitions

* test: add test for new migration file

* fix: add pk for message embeddings table

* fix: add naming constraint

* fix: align more indexes + unique constraints --> rm redundancy

* fix: add missing indexes

* Fix Server Default Migrations and add in appropriate Server Defaults (#252)

* fix: Improve alembic migration reliability

* fix: Ensure alembic migrations use a session pooler (#247)

* fix: Ensure alembic migrations use a session pooler

* fix: bump batch size; fix document delete in 08894082221a (#249)

* chore: add alembic logging

* fix (alembic): remove order by in batches

* fix: fkey -> fk

* chore: code rabbit

---------

Co-authored-by: Rajat Ahuja <rahuja445@gmail.com>

* fix: Add server defaults to appropriate columns

* chore: (tests) Add alembic migration test

---------

Co-authored-by: Rajat Ahuja <rahuja445@gmail.com>

* fix: align models with alembic check

---------

Co-authored-by: Vineeth Voruganti <13438633+VVoruganti@users.noreply.github.com>
2025-11-03 14:58:12 -05:00
..
__init__.py align DB state to sqlalchemy model definitions (#245) 2025-11-03 14:58:12 -05:00
test_20f89a421aff_rename_metamessage_type_to_label.py feat: introduce alembic migration verification (#238) 2025-10-23 16:24:35 -04:00
test_66e63cf2cf77_add_indexes_to_documents_table.py feat: introduce alembic migration verification (#238) 2025-10-23 16:24:35 -04:00
test_066e87ca5b07_align_schema_with_declarative_models.py align DB state to sqlalchemy model definitions (#245) 2025-11-03 14:58:12 -05:00
test_76ffba56fe8c_add_error_field_to_queueitem.py feat: introduce alembic migration verification (#238) 2025-10-23 16:24:35 -04:00
test_88b0fb10906f_add_webhooks_table.py feat: introduce alembic migration verification (#238) 2025-10-23 16:24:35 -04:00
test_556a16564f50_add_user_id_and_app_id_to_tables.py feat: introduce alembic migration verification (#238) 2025-10-23 16:24:35 -04:00
test_564ba40505c5_add_session_name_column_to_documents.py feat: introduce alembic migration verification (#238) 2025-10-23 16:24:35 -04:00
test_05486ce795d5_make_session_name_required_on_messages.py feat: introduce alembic migration verification (#238) 2025-10-23 16:24:35 -04:00
test_917195d9b5e9_add_messageembedding_table.py feat: introduce alembic migration verification (#238) 2025-10-23 16:24:35 -04:00
test_08894082221a_replace_collection_name_with_observer_.py fix: Ensure alembic migrations use a session pooler (#247) 2025-10-28 17:41:49 -04:00
test_a1b2c3d4e5f6_initial_schema.py feat: introduce alembic migration verification (#238) 2025-10-23 16:24:35 -04:00
test_b765d82110bd_change_metamessages_to_user_level_with_.py feat: introduce alembic migration verification (#238) 2025-10-23 16:24:35 -04:00
test_bb6fb3a7a643_add_message_seq_in_session_column.py feat: introduce alembic migration verification (#238) 2025-10-23 16:24:35 -04:00
test_c3828084f472_add_indexes_for_messages_and_.py feat: introduce alembic migration verification (#238) 2025-10-23 16:24:35 -04:00
test_d429de0e5338_adopt_peer_paradigm.py feat: introduce alembic migration verification (#238) 2025-10-23 16:24:35 -04:00
test_e9b705f9adf9_add_server_defaults_to_timestamp_.py align DB state to sqlalchemy model definitions (#245) 2025-11-03 14:58:12 -05:00