magnum/magnum/db/sqlalchemy/alembic/versions
Spyros Trigazis bcf771bc6f Do not create constraints for boolean fields
On mysql 8, Boolean fields create constraints which later
make it impossible to alter the name of the column.
See: https://github.com/sqlalchemy/alembic/issues/699

Per upstream alembic recommendation, do not create constraints
explicitly.
https://github.com/sqlalchemy/alembic/issues/699#issuecomment-760983057

story: 2008488
task: 41537

Change-Id: I51659c6e179d7e4e2cfc5be46348fac483d76e3b
Signed-off-by: Spyros Trigazis <spyridon.trigazis@cern.ch>
2021-02-04 19:35:38 +01:00
..
1afee1db6cd0_add_master_flavor.py Update hacking for Python3 2020-03-31 20:09:46 +02:00
1c1ff5e56048_rename_container_image_id.py Update hacking for Python3 2020-03-31 20:09:46 +02:00
1d045384b966_add_insecure_baymodel_attr.py Do not create constraints for boolean fields 2021-02-04 19:35:38 +01:00
1f196a3dabae_remove_container.py Update hacking for Python3 2020-03-31 20:09:46 +02:00
2ace4006498_rename_bay_minions_address.py Update hacking for Python3 2020-03-31 20:09:46 +02:00
2ae93c9c6191_add_public_column_to_baymodel_table.py Do not create constraints for boolean fields 2021-02-04 19:35:38 +01:00
2b5f24dd95de_rename_service_port.py Update hacking for Python3 2020-03-31 20:09:46 +02:00
2d1354bbf76e_ssh_authorized_key.py Update hacking for Python3 2020-03-31 20:09:46 +02:00
2d8657c0cdc_add_bay_uuid.py Update hacking for Python3 2020-03-31 20:09:46 +02:00
3a938526b35d_add_docker_volume_size.py Update hacking for Python3 2020-03-31 20:09:46 +02:00
3b6c4c42adb4_add_unique_constraints.py Update hacking for Python3 2020-03-31 20:09:46 +02:00
3be65537a94a_add_network_driver_baymodel_column.py Update hacking for Python3 2020-03-31 20:09:46 +02:00
3bea56f25597_multi_tenant.py Update hacking for Python3 2020-03-31 20:09:46 +02:00
04c625aa95ba_change_storage_driver_to_string.py Update hacking for Python3 2020-03-31 20:09:46 +02:00
4e263f236334_add_registry_enabled.py Do not create constraints for boolean fields 2021-02-04 19:35:38 +01:00
4ea34a59a64c_add_discovery_url_to_bay.py Update hacking for Python3 2020-03-31 20:09:46 +02:00
5ad410481b88_rename_insecure.py Do not create constraints for boolean fields 2021-02-04 19:35:38 +01:00
05d3e97de9ee_add_volume_driver.py Update hacking for Python3 2020-03-31 20:09:46 +02:00
5d4caa6e0a42_create_trustee_for_each_bay.py Update hacking for Python3 2020-03-31 20:09:46 +02:00
6f21dc920bb_add_cert_uuid_to_bay.py Update hacking for Python3 2020-03-31 20:09:46 +02:00
6f21dc998bb_add_master_addresses_to_bay.py Update hacking for Python3 2020-03-31 20:09:46 +02:00
9a1539f1cd2c_add_federation_table.py Update hacking for Python3 2020-03-31 20:09:46 +02:00
27ad304554e2_adding_magnum_service_functionality.py Do not create constraints for boolean fields 2021-02-04 19:35:38 +01:00
29affeaa2bc2_rename_bay_master_address.py Update hacking for Python3 2020-03-31 20:09:46 +02:00
33ef79969018_add_memory_to_container.py Update hacking for Python3 2020-03-31 20:09:46 +02:00
35cff7c86221_add_private_network_to_baymodel.py Update hacking for Python3 2020-03-31 20:09:46 +02:00
40f325033343_add_bay_create_timeout_to_bay.py Update hacking for Python3 2020-03-31 20:09:46 +02:00
041d9a0f1159_add_flavor_id_to_cluster.py Update hacking for Python3 2020-03-31 20:09:46 +02:00
049f81f6f584_remove_ssh_authorized_key_from_baymodel.py Update hacking for Python3 2020-03-31 20:09:46 +02:00
52bcaf58fecb_add_master_flavor_id_to_cluster.py Update hacking for Python3 2020-03-31 20:09:46 +02:00
57fbdf2327a2_remove_baylock.py Update hacking for Python3 2020-03-31 20:09:46 +02:00
59e7664a8ba1_add_container_status.py Update hacking for Python3 2020-03-31 20:09:46 +02:00
68ce16dfd341_add_master_lb_enabled_column_to_baymodel_table.py Do not create constraints for boolean fields 2021-02-04 19:35:38 +01:00
085e601a39f6_remove_service.py Update hacking for Python3 2020-03-31 20:09:46 +02:00
87e62e3c7abc_add_hidden_to_cluster_template.py Do not create constraints for boolean fields 2021-02-04 19:35:38 +01:00
156ceb17fb0a_add_bay_status_reason.py Update hacking for Python3 2020-03-31 20:09:46 +02:00
461d798132c7_change_cluster_to_support_nodegroups.py Do not create constraints for boolean fields 2021-02-04 19:35:38 +01:00
720f640f43d1_rename_bay_table_to_cluster.py Update hacking for Python3 2020-03-31 20:09:46 +02:00
859fb45df249_remove_replication_controller.py Update hacking for Python3 2020-03-31 20:09:46 +02:00
966a99e70ff_add_proxy.py Update hacking for Python3 2020-03-31 20:09:46 +02:00
1481f5b560dd_add_labels_column_to_baymodel_table.py Update hacking for Python3 2020-03-31 20:09:46 +02:00
2581ebaf0cb2_initial_migration.py Update hacking for Python3 2020-03-31 20:09:46 +02:00
4956f03cabad_add_cluster_distro.py Update hacking for Python3 2020-03-31 20:09:46 +02:00
5518af8dbc21_rename_cert_uuid.py Update hacking for Python3 2020-03-31 20:09:46 +02:00
5793cd26898d_add_bay_status.py Update hacking for Python3 2020-03-31 20:09:46 +02:00
14328d6a57e3_add_master_count_to_bay.py Update hacking for Python3 2020-03-31 20:09:46 +02:00
95096e2334ee_add_master_lb_enabled_to_cluster.py Do not create constraints for boolean fields 2021-02-04 19:35:38 +01:00
417917e778f5_add_server_type_to_baymodel.py Update hacking for Python3 2020-03-31 20:09:46 +02:00
421102d1f2d2_create_x509keypair_table.py Update hacking for Python3 2020-03-31 20:09:46 +02:00
456126c6c9e9_create_baylock_table.py Update hacking for Python3 2020-03-31 20:09:46 +02:00
53882537ac57_add_host_column_to_pod.py Update hacking for Python3 2020-03-31 20:09:46 +02:00
592131657ca1_add_coe_column_to_baymodel.py Update hacking for Python3 2020-03-31 20:09:46 +02:00
5977879072a7_add_env_to_container.py Update hacking for Python3 2020-03-31 20:09:46 +02:00
47380964133d_add_network_subnet_fip_to_cluster.py Do not create constraints for boolean fields 2021-02-04 19:35:38 +01:00
a0e7c8450ab1_add_labels_to_cluster.py Update hacking for Python3 2020-03-31 20:09:46 +02:00
a1136d335540_add_docker_storage_driver_column.py Update hacking for Python3 2020-03-31 20:09:46 +02:00
aa0cc27839af_add_docker_volume_size_to_cluster.py Update hacking for Python3 2020-03-31 20:09:46 +02:00
ac92cbae311c_add_nodegoup_table.py Do not create constraints for boolean fields 2021-02-04 19:35:38 +01:00
adc3b7679ae_add_registry_trust_id_to_bay.py Update hacking for Python3 2020-03-31 20:09:46 +02:00
b1f612248cab_add_floating_ip_enabled_column_to_.py Do not create constraints for boolean fields 2021-02-04 19:35:38 +01:00
bb42b7cad130_remove_node_object.py Update hacking for Python3 2020-03-31 20:09:46 +02:00
bc46ba6cf949_add_keypair_to_cluster.py Update hacking for Python3 2020-03-31 20:09:46 +02:00
c04e925e65c2_nodegroups_v2.py Update hacking for Python3 2020-03-31 20:09:46 +02:00
cbbc65a86986_add_health_status_to_cluster.py Update hacking for Python3 2020-03-31 20:09:46 +02:00
d072f58ab240_modify_x509keypair_table.py Update hacking for Python3 2020-03-31 20:09:46 +02:00
e647f5931da8_add_insecure_registry_to_baymodel.py Update hacking for Python3 2020-03-31 20:09:46 +02:00
e0653b2d5271_add_fixed_subnet_column_to_baymodel_table.py Update hacking for Python3 2020-03-31 20:09:46 +02:00
e772b2598d9_add_container_command.py Update hacking for Python3 2020-03-31 20:09:46 +02:00
ee92b41b8809_create_quotas_table.py Update hacking for Python3 2020-03-31 20:09:46 +02:00
ef08a5e057bd_remove_pod.py Update hacking for Python3 2020-03-31 20:09:46 +02:00
fb03fdef8919_rename_baymodel_to_clustertemplate.py Update hacking for Python3 2020-03-31 20:09:46 +02:00
fcb4efee8f8b_add_version_info_to_bay.py Update hacking for Python3 2020-03-31 20:09:46 +02:00