murano/murano/db/migration/alembic_migrations/versions
Stan Lagun 89a4c4cb5a Increase status report messages time resolution
We use DATETIME SQL type for created/updated columns
everywhere through the database. In SQL standard
DATETIME defaults to DATETIME(6) which is 6 digit
fraction second part. However MySQL defaults it
to DATETIME(0) for backward compatibility. In result
status messages timestamps get rounded to the
second boundary and if there are several status
messages were generated within a second
after table sort they might be shown in a different
order.

This commit adds MySQL migration that increases
resolution for the status table and adds subseconds
to the generated status repor timestamps.

Change-Id: Ice8c2d82c6a320c7f73c27f4c60c87bef55b8d95
Related-Bug: #1462270
2016-05-18 18:30:49 -07:00
..
001_initial_version.py Fix spelling error for db migration file name 2015-12-10 09:53:13 +08:00
002_add_package_supplier_info.py Resolve and enable E265 pep8 issue 2015-02-05 12:10:22 +03:00
003_add_action_entry.py Resolve and enable E265 pep8 issue 2015-02-05 12:10:22 +03:00
004_change_package_desc_type.py Migrations: ignore mysql fk cheks for any mysql driver 2015-06-12 02:51:16 +03:00
005_environment-template.py Environment Template entity and its service 2015-02-26 11:13:17 +01:00
006_add_task_result.py Adds API to obtain action result 2015-03-02 14:08:36 +03:00
007_add_locks.py A Galera-compliant database locking solution 2015-04-13 13:54:54 +00:00
008_fix_unique_constraints.py Migrations: ignore mysql fk cheks for any mysql driver 2015-06-12 02:51:16 +03:00
009_add_cloudfoundry_connections.py Cloud Foundry Service Broker API initial commit 2015-09-02 21:17:16 +03:00
010_remove_unused_networking_column.py Fix migrations to maintain compatibility with sqlite 2016-01-20 08:33:45 +01:00
011_add_is_public_to_template.py Public environment template 2015-11-23 16:09:46 +03:00
012_support_domain_users.py Fix migrations to maintain compatibility with sqlite 2016-01-20 08:33:45 +01:00
013_increase_description_text_size.py Increased the size of TEXT columns to store large object models 2016-04-12 16:52:09 +03:00
014_increase_status_time_resolution.py Increase status report messages time resolution 2016-05-18 18:30:49 -07:00