mistral/mistral/db/sqlalchemy/migration/alembic_migrations/versions
Pierre Gaxatte 1f8ae7fc86 Increase delayed_calls_v2.auth_context
When the keystone catalog gets big, no execution can be made because the
catalog cannot fit in the `auth_context` field.

Change-Id: I100494e467f43386be17eb397fbdf0a0edd24453
Closes-Bug: 1785654
2018-08-29 09:58:23 +02:00
..
001_kilo.py Add mistral-db-manage script 2015-04-01 13:29:25 +03:00
002_kilo.py Adding 'workflow_params' to cron triggers 2015-04-30 17:08:00 +03:00
003_cron_trigger_constraints.py Fix database upgrade from a new database 2015-11-26 13:46:16 +00:00
004_add_description_for_execution.py Add description field to executions_v2 table 2015-06-11 16:27:44 +08:00
005_increase_execution_columns_size.py Support large datasets for execution objects 2015-07-27 12:29:07 +00:00
006_add_processed_to_delayed_calls_v2.py Fixed an incorrect migration revision number in a comment 2016-09-05 16:37:41 +01:00
007_move_system_flag_to_base_definition.py Adding 'is_system' to definition model 2015-09-17 13:31:27 +03:00
008_increase_size_of_state_info_column.py Increased size of "state_info" column to 64kb. 2015-11-18 07:57:18 +00:00
009_add_database_indices.py Fix DB migration 009 constraint dropping 2015-12-17 07:54:19 -05:00
010_add_resource_members_v2_table.py Add db model for resource sharing 2016-01-15 21:33:25 +13:00
011_add_workflow_id_for_execution.py Add workflow id column to executions_v2 table 2016-02-04 23:58:58 +13:00
012_add_event_triggers_v2_table.py Add db models for event trigger 2016-07-18 16:00:55 +12:00
013_split_execution_table_increase_names.py DB migration to three execution tables and increase some columns 2016-08-03 09:34:21 +00:00
014_fix_past_scripts_discrepancies.py Fix past migration scripts discrepancies 2016-08-07 14:50:04 +00:00
015_add_unique_keys_for_non_locking_model.py Add unique keys for non locking model 2016-08-08 11:57:11 +00:00
016_increase_size_of_task_unique_key.py Increase size of 'task_executions_v2.unique_key' column 2016-08-11 16:38:53 +07:00
017_add_named_lock_table.py Add a DB migration for named locks 2016-08-18 15:40:36 +07:00
018_increate_task_execution_unique_key_size.py Change execution mechanism for 'join' tasks 2016-09-07 13:18:18 +02:00
019_change_scheduler_schema.py Fix delayed calls DB migration 2016-09-08 21:45:33 +00:00
020_add_type_to_task_execution.py Migrate mistral task_type 2016-11-10 08:28:06 +00:00
021_increase_env_columns_size.py Increase the Environment variable column length 2017-06-13 13:57:23 +01:00
022_namespace_support.py Fix drop index in version 022 DB upgrade script 2017-08-02 21:33:49 +00:00
023_add_root_execution_id.py Add root_execution_id to sub-workflow executions 2017-09-14 11:26:36 +01:00
024_add_composite_index_workflow_execution_id_name.py Optimize mistral queries for 'get_task_executions' 2017-10-16 04:22:10 +00:00
025_fix_length_task_name.py Fixed the length of a task name 2018-03-09 11:02:48 +04:00
026_optimize_task_expression_func.py Add new indexes to optimize `task().result` expression function 2018-03-22 01:40:42 +04:00
027_add_last_heartbeat_to_action_execution.py A mechanism to close stuck running action executions 2018-06-12 14:15:15 +00:00
028_add_namespace_column_to_workbooks.py Add namespace support for workbooks 2018-07-26 17:13:58 +05:30
029_workbook_empty_namespace.py Update workbook namespace to '' on migration 2018-08-08 11:21:50 +02:00
030_increase_delayed_calls_v2_auth_context.py Increase delayed_calls_v2.auth_context 2018-08-29 09:58:23 +02:00
__init__.py Add mistral-db-manage script 2015-04-01 13:29:25 +03:00