deb-mistral/mistral/db/sqlalchemy/migration/alembic_migrations/versions
Daryl Mowrer 54bbe3d4f1 Add db models for event trigger
This patch contains the Mistral database and db_api changes
required for the event triggers.

Change-Id: Ib930ef8aac3792ed415e2817f67226962e6f7a92
Implements: blueprint event-notification-trigger
Co-Authored-By: Lingxian Kong <anlin.kong@gmail.com>
2016-07-18 16:00:55 +12:00
..
__init__.py Add mistral-db-manage script 2015-04-01 13:29:25 +03: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 Scheduler in HA 2015-08-13 11:43:00 +00: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