"""set_m2mTUUID

Revision ID: b5d04b58f50f
Revises: e6a35f6f1520
Create Date: 2022-11-16 14:56:55.383221

"""
from alembic import op
import sqlalchemy as sa


# revision identifiers, used by Alembic.
revision = 'b5d04b58f50f'
down_revision = 'e6a35f6f1520'
branch_labels = None
depends_on = None


def upgrade():
    # ### commands auto generated by Alembic - please adjust! ###
    op.alter_column('cmf_access_rule_subjects', 'id',
               existing_type=sa.VARCHAR(length=64),
               type_=sa.String(length=128))
    op.alter_column('cmf_active_entity_filter_cmf_tag', 'id',
               existing_type=sa.VARCHAR(length=64),
               type_=sa.String(length=128))
    op.alter_column('cmf_chat_group_executors', 'id',
               existing_type=sa.VARCHAR(length=64),
               type_=sa.String(length=128))
    op.alter_column('cmf_chat_group_spectators', 'id',
               existing_type=sa.VARCHAR(length=64),
               type_=sa.String(length=128))
    op.alter_column('cmf_chat_topic_executors', 'id',
               existing_type=sa.VARCHAR(length=64),
               type_=sa.String(length=128))
    op.alter_column('cmf_chat_topic_spectators', 'id',
               existing_type=sa.VARCHAR(length=64),
               type_=sa.String(length=128))
    op.alter_column('cmf_company_executors', 'id',
               existing_type=sa.VARCHAR(length=64),
               type_=sa.String(length=128))
    op.alter_column('cmf_company_spectators', 'id',
               existing_type=sa.VARCHAR(length=64),
               type_=sa.String(length=128))
    op.alter_column('cmf_deal_cmf_person', 'id',
               existing_type=sa.VARCHAR(length=64),
               type_=sa.String(length=128))
    op.alter_column('cmf_deal_executors', 'id',
               existing_type=sa.VARCHAR(length=64),
               type_=sa.String(length=128))
    op.alter_column('cmf_deal_spectators', 'id',
               existing_type=sa.VARCHAR(length=64),
               type_=sa.String(length=128))
    op.alter_column('cmf_document_executors', 'id',
               existing_type=sa.VARCHAR(length=64),
               type_=sa.String(length=128))
    op.alter_column('cmf_document_history_cmf_sign', 'id',
               existing_type=sa.VARCHAR(length=64),
               type_=sa.String(length=128))
    op.alter_column('cmf_document_spectators', 'id',
               existing_type=sa.VARCHAR(length=64),
               type_=sa.String(length=128))
    op.alter_column('cmf_folder_executors', 'id',
               existing_type=sa.VARCHAR(length=64),
               type_=sa.String(length=128))
    op.alter_column('cmf_folder_spectators', 'id',
               existing_type=sa.VARCHAR(length=64),
               type_=sa.String(length=128))
    op.alter_column('cmf_import_executors', 'id',
               existing_type=sa.VARCHAR(length=64),
               type_=sa.String(length=128))
    op.alter_column('cmf_import_spectators', 'id',
               existing_type=sa.VARCHAR(length=64),
               type_=sa.String(length=128))
    op.alter_column('cmf_invoice_executors', 'id',
               existing_type=sa.VARCHAR(length=64),
               type_=sa.String(length=128))
    op.alter_column('cmf_invoice_spectators', 'id',
               existing_type=sa.VARCHAR(length=64),
               type_=sa.String(length=128))
    op.alter_column('cmf_lead_cmf_person', 'id',
               existing_type=sa.VARCHAR(length=64),
               type_=sa.String(length=128))
    op.alter_column('cmf_lead_executors', 'id',
               existing_type=sa.VARCHAR(length=64),
               type_=sa.String(length=128))
    op.alter_column('cmf_lead_mailbox_cmf_mailbox', 'id',
               existing_type=sa.VARCHAR(length=64),
               type_=sa.String(length=128))
    op.alter_column('cmf_lead_spectators', 'id',
               existing_type=sa.VARCHAR(length=64),
               type_=sa.String(length=128))
    op.alter_column('cmf_list_cmf_list', 'id',
               existing_type=sa.VARCHAR(length=64),
               type_=sa.String(length=128))
    op.alter_column('cmf_list_cmf_task', 'id',
               existing_type=sa.VARCHAR(length=64),
               type_=sa.String(length=128))
    op.alter_column('cmf_list_executors', 'id',
               existing_type=sa.VARCHAR(length=64),
               type_=sa.String(length=128))
    op.alter_column('cmf_list_spectators', 'id',
               existing_type=sa.VARCHAR(length=64),
               type_=sa.String(length=128))
    op.alter_column('cmf_mail_executors', 'id',
               existing_type=sa.VARCHAR(length=64),
               type_=sa.String(length=128))
    op.alter_column('cmf_mail_spectators', 'id',
               existing_type=sa.VARCHAR(length=64),
               type_=sa.String(length=128))
    op.alter_column('cmf_payment_executors', 'id',
               existing_type=sa.VARCHAR(length=64),
               type_=sa.String(length=128))
    op.alter_column('cmf_payment_spectators', 'id',
               existing_type=sa.VARCHAR(length=64),
               type_=sa.String(length=128))
    op.alter_column('cmf_person_group_rg_members', 'id',
               existing_type=sa.VARCHAR(length=64),
               type_=sa.String(length=128))
    op.alter_column('cmf_person_var_favorites', 'id',
               existing_type=sa.VARCHAR(length=64),
               type_=sa.String(length=128))
    op.alter_column('cmf_pipeline_executors', 'id',
               existing_type=sa.VARCHAR(length=64),
               type_=sa.String(length=128))
    op.alter_column('cmf_pipeline_spectators', 'id',
               existing_type=sa.VARCHAR(length=64),
               type_=sa.String(length=128))
    op.alter_column('cmf_project_executors', 'id',
               existing_type=sa.VARCHAR(length=64),
               type_=sa.String(length=128))
    op.alter_column('cmf_project_spectators', 'id',
               existing_type=sa.VARCHAR(length=64),
               type_=sa.String(length=128))
    op.alter_column('cmf_purchase_order_executors', 'id',
               existing_type=sa.VARCHAR(length=64),
               type_=sa.String(length=128))
    op.alter_column('cmf_purchase_order_items_executors', 'id',
               existing_type=sa.VARCHAR(length=64),
               type_=sa.String(length=128))
    op.alter_column('cmf_purchase_order_items_spectators', 'id',
               existing_type=sa.VARCHAR(length=64),
               type_=sa.String(length=128))
    op.alter_column('cmf_purchase_order_spectators', 'id',
               existing_type=sa.VARCHAR(length=64),
               type_=sa.String(length=128))
    op.alter_column('cmf_roadmap_cmf_list', 'id',
               existing_type=sa.VARCHAR(length=64),
               type_=sa.String(length=128))
    op.alter_column('cmf_roadmap_cmf_task', 'id',
               existing_type=sa.VARCHAR(length=64),
               type_=sa.String(length=128))
    op.alter_column('cmf_roadmap_executors', 'id',
               existing_type=sa.VARCHAR(length=64),
               type_=sa.String(length=128))
    op.alter_column('cmf_roadmap_spectators', 'id',
               existing_type=sa.VARCHAR(length=64),
               type_=sa.String(length=128))
    op.alter_column('cmf_scheme_wf_cmf_logic_type', 'id',
               existing_type=sa.VARCHAR(length=64),
               type_=sa.String(length=128))
    op.alter_column('cmf_scheme_wf_executors', 'id',
               existing_type=sa.VARCHAR(length=64),
               type_=sa.String(length=128))
    op.alter_column('cmf_scheme_wf_spectators', 'id',
               existing_type=sa.VARCHAR(length=64),
               type_=sa.String(length=128))
    op.alter_column('cmf_stock_incoming_order_executors', 'id',
               existing_type=sa.VARCHAR(length=64),
               type_=sa.String(length=128))
    op.alter_column('cmf_stock_incoming_order_spectators', 'id',
               existing_type=sa.VARCHAR(length=64),
               type_=sa.String(length=128))
    op.alter_column('cmf_stock_initial_executors', 'id',
               existing_type=sa.VARCHAR(length=64),
               type_=sa.String(length=128))
    op.alter_column('cmf_stock_initial_spectators', 'id',
               existing_type=sa.VARCHAR(length=64),
               type_=sa.String(length=128))
    op.alter_column('cmf_stock_inventory_executors', 'id',
               existing_type=sa.VARCHAR(length=64),
               type_=sa.String(length=128))
    op.alter_column('cmf_stock_inventory_spectators', 'id',
               existing_type=sa.VARCHAR(length=64),
               type_=sa.String(length=128))
    op.alter_column('cmf_stock_move_executors', 'id',
               existing_type=sa.VARCHAR(length=64),
               type_=sa.String(length=128))
    op.alter_column('cmf_stock_move_spectators', 'id',
               existing_type=sa.VARCHAR(length=64),
               type_=sa.String(length=128))
    op.alter_column('cmf_stock_outcoming_order_executors', 'id',
               existing_type=sa.VARCHAR(length=64),
               type_=sa.String(length=128))
    op.alter_column('cmf_stock_outcoming_order_spectators', 'id',
               existing_type=sa.VARCHAR(length=64),
               type_=sa.String(length=128))
    op.alter_column('cmf_tag_cmf_scheme_wf', 'id',
               existing_type=sa.VARCHAR(length=64),
               type_=sa.String(length=128))
    op.alter_column('cmf_tag_members', 'id',
               existing_type=sa.VARCHAR(length=64),
               type_=sa.String(length=128))
    op.alter_column('cmf_task_cmf_document', 'id',
               existing_type=sa.VARCHAR(length=64),
               type_=sa.String(length=128))
    op.alter_column('cmf_task_cmf_task', 'id',
               existing_type=sa.VARCHAR(length=64),
               type_=sa.String(length=128))
    op.alter_column('cmf_task_executors', 'id',
               existing_type=sa.VARCHAR(length=64),
               type_=sa.String(length=128))
    op.alter_column('cmf_task_filter_cmf_project', 'id',
               existing_type=sa.VARCHAR(length=64),
               type_=sa.String(length=128))
    op.alter_column('cmf_task_filter_cmf_status', 'id',
               existing_type=sa.VARCHAR(length=64),
               type_=sa.String(length=128))
    op.alter_column('cmf_task_filter_cmf_tag', 'id',
               existing_type=sa.VARCHAR(length=64),
               type_=sa.String(length=128))
    op.alter_column('cmf_task_filter_executors', 'id',
               existing_type=sa.VARCHAR(length=64),
               type_=sa.String(length=128))
    op.alter_column('cmf_task_filter_ft_epics', 'id',
               existing_type=sa.VARCHAR(length=64),
               type_=sa.String(length=128))
    op.alter_column('cmf_task_filter_ft_list', 'id',
               existing_type=sa.VARCHAR(length=64),
               type_=sa.String(length=128))
    op.alter_column('cmf_task_filter_ft_responsible', 'id',
               existing_type=sa.VARCHAR(length=64),
               type_=sa.String(length=128))
    op.alter_column('cmf_task_filter_ft_sprints', 'id',
               existing_type=sa.VARCHAR(length=64),
               type_=sa.String(length=128))
    op.alter_column('cmf_task_filter_spectators', 'id',
               existing_type=sa.VARCHAR(length=64),
               type_=sa.String(length=128))
    op.alter_column('cmf_task_report_executors', 'id',
               existing_type=sa.VARCHAR(length=64),
               type_=sa.String(length=128))
    op.alter_column('cmf_task_report_spectators', 'id',
               existing_type=sa.VARCHAR(length=64),
               type_=sa.String(length=128))
    op.alter_column('cmf_task_spectators', 'id',
               existing_type=sa.VARCHAR(length=64),
               type_=sa.String(length=128))
    op.alter_column('cmf_trans_action_wz_value_obj', 'id',
               existing_type=sa.VARCHAR(length=64),
               type_=sa.String(length=128))
    op.alter_column('cmf_trans_cmf_status', 'id',
               existing_type=sa.VARCHAR(length=64),
               type_=sa.String(length=128))
    op.alter_column('cmf_trans_filter_wz_value_obj', 'id',
               existing_type=sa.VARCHAR(length=64),
               type_=sa.String(length=128))
    op.alter_column('cmf_trans_valid_wz_value_obj', 'id',
               existing_type=sa.VARCHAR(length=64),
               type_=sa.String(length=128))
    op.alter_column('cmf_u_work_post_executors', 'id',
               existing_type=sa.VARCHAR(length=64),
               type_=sa.String(length=128))
    op.alter_column('cmf_u_work_post_spectators', 'id',
               existing_type=sa.VARCHAR(length=64),
               type_=sa.String(length=128))
    op.alter_column('cmf_ui_form_scheme_rule_cmf_logic_type', 'id',
               existing_type=sa.VARCHAR(length=64),
               type_=sa.String(length=128))
    # ### end Alembic commands ###


def downgrade():
    # ### commands auto generated by Alembic - please adjust! ###
    op.alter_column('cmf_ui_form_scheme_rule_cmf_logic_type', 'id',
               existing_type=sa.String(length=128),
               type_=sa.VARCHAR(length=64))
    op.alter_column('cmf_u_work_post_spectators', 'id',
               existing_type=sa.String(length=128),
               type_=sa.VARCHAR(length=64))
    op.alter_column('cmf_u_work_post_executors', 'id',
               existing_type=sa.String(length=128),
               type_=sa.VARCHAR(length=64))
    op.alter_column('cmf_trans_valid_wz_value_obj', 'id',
               existing_type=sa.String(length=128),
               type_=sa.VARCHAR(length=64))
    op.alter_column('cmf_trans_filter_wz_value_obj', 'id',
               existing_type=sa.String(length=128),
               type_=sa.VARCHAR(length=64))
    op.alter_column('cmf_trans_cmf_status', 'id',
               existing_type=sa.String(length=128),
               type_=sa.VARCHAR(length=64))
    op.alter_column('cmf_trans_action_wz_value_obj', 'id',
               existing_type=sa.String(length=128),
               type_=sa.VARCHAR(length=64))
    op.alter_column('cmf_task_spectators', 'id',
               existing_type=sa.String(length=128),
               type_=sa.VARCHAR(length=64))
    op.alter_column('cmf_task_report_spectators', 'id',
               existing_type=sa.String(length=128),
               type_=sa.VARCHAR(length=64))
    op.alter_column('cmf_task_report_executors', 'id',
               existing_type=sa.String(length=128),
               type_=sa.VARCHAR(length=64))
    op.alter_column('cmf_task_filter_spectators', 'id',
               existing_type=sa.String(length=128),
               type_=sa.VARCHAR(length=64))
    op.alter_column('cmf_task_filter_ft_sprints', 'id',
               existing_type=sa.String(length=128),
               type_=sa.VARCHAR(length=64))
    op.alter_column('cmf_task_filter_ft_responsible', 'id',
               existing_type=sa.String(length=128),
               type_=sa.VARCHAR(length=64))
    op.alter_column('cmf_task_filter_ft_list', 'id',
               existing_type=sa.String(length=128),
               type_=sa.VARCHAR(length=64))
    op.alter_column('cmf_task_filter_ft_epics', 'id',
               existing_type=sa.String(length=128),
               type_=sa.VARCHAR(length=64))
    op.alter_column('cmf_task_filter_executors', 'id',
               existing_type=sa.String(length=128),
               type_=sa.VARCHAR(length=64))
    op.alter_column('cmf_task_filter_cmf_tag', 'id',
               existing_type=sa.String(length=128),
               type_=sa.VARCHAR(length=64))
    op.alter_column('cmf_task_filter_cmf_status', 'id',
               existing_type=sa.String(length=128),
               type_=sa.VARCHAR(length=64))
    op.alter_column('cmf_task_filter_cmf_project', 'id',
               existing_type=sa.String(length=128),
               type_=sa.VARCHAR(length=64))
    op.alter_column('cmf_task_executors', 'id',
               existing_type=sa.String(length=128),
               type_=sa.VARCHAR(length=64))
    op.alter_column('cmf_task_cmf_task', 'id',
               existing_type=sa.String(length=128),
               type_=sa.VARCHAR(length=64))
    op.alter_column('cmf_task_cmf_document', 'id',
               existing_type=sa.String(length=128),
               type_=sa.VARCHAR(length=64))
    op.alter_column('cmf_tag_members', 'id',
               existing_type=sa.String(length=128),
               type_=sa.VARCHAR(length=64))
    op.alter_column('cmf_tag_cmf_scheme_wf', 'id',
               existing_type=sa.String(length=128),
               type_=sa.VARCHAR(length=64))
    op.alter_column('cmf_stock_outcoming_order_spectators', 'id',
               existing_type=sa.String(length=128),
               type_=sa.VARCHAR(length=64))
    op.alter_column('cmf_stock_outcoming_order_executors', 'id',
               existing_type=sa.String(length=128),
               type_=sa.VARCHAR(length=64))
    op.alter_column('cmf_stock_move_spectators', 'id',
               existing_type=sa.String(length=128),
               type_=sa.VARCHAR(length=64))
    op.alter_column('cmf_stock_move_executors', 'id',
               existing_type=sa.String(length=128),
               type_=sa.VARCHAR(length=64))
    op.alter_column('cmf_stock_inventory_spectators', 'id',
               existing_type=sa.String(length=128),
               type_=sa.VARCHAR(length=64))
    op.alter_column('cmf_stock_inventory_executors', 'id',
               existing_type=sa.String(length=128),
               type_=sa.VARCHAR(length=64))
    op.alter_column('cmf_stock_initial_spectators', 'id',
               existing_type=sa.String(length=128),
               type_=sa.VARCHAR(length=64))
    op.alter_column('cmf_stock_initial_executors', 'id',
               existing_type=sa.String(length=128),
               type_=sa.VARCHAR(length=64))
    op.alter_column('cmf_stock_incoming_order_spectators', 'id',
               existing_type=sa.String(length=128),
               type_=sa.VARCHAR(length=64))
    op.alter_column('cmf_stock_incoming_order_executors', 'id',
               existing_type=sa.String(length=128),
               type_=sa.VARCHAR(length=64))
    op.alter_column('cmf_scheme_wf_spectators', 'id',
               existing_type=sa.String(length=128),
               type_=sa.VARCHAR(length=64))
    op.alter_column('cmf_scheme_wf_executors', 'id',
               existing_type=sa.String(length=128),
               type_=sa.VARCHAR(length=64))
    op.alter_column('cmf_scheme_wf_cmf_logic_type', 'id',
               existing_type=sa.String(length=128),
               type_=sa.VARCHAR(length=64))
    op.alter_column('cmf_roadmap_spectators', 'id',
               existing_type=sa.String(length=128),
               type_=sa.VARCHAR(length=64))
    op.alter_column('cmf_roadmap_executors', 'id',
               existing_type=sa.String(length=128),
               type_=sa.VARCHAR(length=64))
    op.alter_column('cmf_roadmap_cmf_task', 'id',
               existing_type=sa.String(length=128),
               type_=sa.VARCHAR(length=64))
    op.alter_column('cmf_roadmap_cmf_list', 'id',
               existing_type=sa.String(length=128),
               type_=sa.VARCHAR(length=64))
    op.alter_column('cmf_purchase_order_spectators', 'id',
               existing_type=sa.String(length=128),
               type_=sa.VARCHAR(length=64))
    op.alter_column('cmf_purchase_order_items_spectators', 'id',
               existing_type=sa.String(length=128),
               type_=sa.VARCHAR(length=64))
    op.alter_column('cmf_purchase_order_items_executors', 'id',
               existing_type=sa.String(length=128),
               type_=sa.VARCHAR(length=64))
    op.alter_column('cmf_purchase_order_executors', 'id',
               existing_type=sa.String(length=128),
               type_=sa.VARCHAR(length=64))
    op.alter_column('cmf_project_spectators', 'id',
               existing_type=sa.String(length=128),
               type_=sa.VARCHAR(length=64))
    op.alter_column('cmf_project_executors', 'id',
               existing_type=sa.String(length=128),
               type_=sa.VARCHAR(length=64))
    op.alter_column('cmf_pipeline_spectators', 'id',
               existing_type=sa.String(length=128),
               type_=sa.VARCHAR(length=64))
    op.alter_column('cmf_pipeline_executors', 'id',
               existing_type=sa.String(length=128),
               type_=sa.VARCHAR(length=64))
    op.alter_column('cmf_person_var_favorites', 'id',
               existing_type=sa.String(length=128),
               type_=sa.VARCHAR(length=64))
    op.alter_column('cmf_person_group_rg_members', 'id',
               existing_type=sa.String(length=128),
               type_=sa.VARCHAR(length=64))
    op.alter_column('cmf_payment_spectators', 'id',
               existing_type=sa.String(length=128),
               type_=sa.VARCHAR(length=64))
    op.alter_column('cmf_payment_executors', 'id',
               existing_type=sa.String(length=128),
               type_=sa.VARCHAR(length=64))
    op.alter_column('cmf_mail_spectators', 'id',
               existing_type=sa.String(length=128),
               type_=sa.VARCHAR(length=64))
    op.alter_column('cmf_mail_executors', 'id',
               existing_type=sa.String(length=128),
               type_=sa.VARCHAR(length=64))
    op.alter_column('cmf_list_spectators', 'id',
               existing_type=sa.String(length=128),
               type_=sa.VARCHAR(length=64))
    op.alter_column('cmf_list_executors', 'id',
               existing_type=sa.String(length=128),
               type_=sa.VARCHAR(length=64))
    op.alter_column('cmf_list_cmf_task', 'id',
               existing_type=sa.String(length=128),
               type_=sa.VARCHAR(length=64))
    op.alter_column('cmf_list_cmf_list', 'id',
               existing_type=sa.String(length=128),
               type_=sa.VARCHAR(length=64))
    op.alter_column('cmf_lead_spectators', 'id',
               existing_type=sa.String(length=128),
               type_=sa.VARCHAR(length=64))
    op.alter_column('cmf_lead_mailbox_cmf_mailbox', 'id',
               existing_type=sa.String(length=128),
               type_=sa.VARCHAR(length=64))
    op.alter_column('cmf_lead_executors', 'id',
               existing_type=sa.String(length=128),
               type_=sa.VARCHAR(length=64))
    op.alter_column('cmf_lead_cmf_person', 'id',
               existing_type=sa.String(length=128),
               type_=sa.VARCHAR(length=64))
    op.alter_column('cmf_invoice_spectators', 'id',
               existing_type=sa.String(length=128),
               type_=sa.VARCHAR(length=64))
    op.alter_column('cmf_invoice_executors', 'id',
               existing_type=sa.String(length=128),
               type_=sa.VARCHAR(length=64))
    op.alter_column('cmf_import_spectators', 'id',
               existing_type=sa.String(length=128),
               type_=sa.VARCHAR(length=64))
    op.alter_column('cmf_import_executors', 'id',
               existing_type=sa.String(length=128),
               type_=sa.VARCHAR(length=64))
    op.alter_column('cmf_folder_spectators', 'id',
               existing_type=sa.String(length=128),
               type_=sa.VARCHAR(length=64))
    op.alter_column('cmf_folder_executors', 'id',
               existing_type=sa.String(length=128),
               type_=sa.VARCHAR(length=64))
    op.alter_column('cmf_document_spectators', 'id',
               existing_type=sa.String(length=128),
               type_=sa.VARCHAR(length=64))
    op.alter_column('cmf_document_history_cmf_sign', 'id',
               existing_type=sa.String(length=128),
               type_=sa.VARCHAR(length=64))
    op.alter_column('cmf_document_executors', 'id',
               existing_type=sa.String(length=128),
               type_=sa.VARCHAR(length=64))
    op.alter_column('cmf_deal_spectators', 'id',
               existing_type=sa.String(length=128),
               type_=sa.VARCHAR(length=64))
    op.alter_column('cmf_deal_executors', 'id',
               existing_type=sa.String(length=128),
               type_=sa.VARCHAR(length=64))
    op.alter_column('cmf_deal_cmf_person', 'id',
               existing_type=sa.String(length=128),
               type_=sa.VARCHAR(length=64))
    op.alter_column('cmf_company_spectators', 'id',
               existing_type=sa.String(length=128),
               type_=sa.VARCHAR(length=64))
    op.alter_column('cmf_company_executors', 'id',
               existing_type=sa.String(length=128),
               type_=sa.VARCHAR(length=64))
    op.alter_column('cmf_chat_topic_spectators', 'id',
               existing_type=sa.String(length=128),
               type_=sa.VARCHAR(length=64))
    op.alter_column('cmf_chat_topic_executors', 'id',
               existing_type=sa.String(length=128),
               type_=sa.VARCHAR(length=64))
    op.alter_column('cmf_chat_group_spectators', 'id',
               existing_type=sa.String(length=128),
               type_=sa.VARCHAR(length=64))
    op.alter_column('cmf_chat_group_executors', 'id',
               existing_type=sa.String(length=128),
               type_=sa.VARCHAR(length=64))
    op.alter_column('cmf_active_entity_filter_cmf_tag', 'id',
               existing_type=sa.String(length=128),
               type_=sa.VARCHAR(length=64))
    op.alter_column('cmf_access_rule_subjects', 'id',
               existing_type=sa.String(length=128),
               type_=sa.VARCHAR(length=64))
    # ### end Alembic commands ###
