In preparation for the addition of Temporary Account data we will need to add a column, `is_temp` (boolean datatype) to currently active schemas to accommodate this data. This change only needs to be made on MEP schemas as MP schemas already contain the `performer.is_temp` column (these already migrated schemas are not listed below).
|Schema|Column to add|datatype|Status|
|app_session|is_temp|boolean|TO DO|
|app_interaction (stream template)|is_temp|boolean|TO DO|
|android_breadcrumbs_event|is_temp|boolean|TO DO|
|android_image_recommendation_event|is_temp|boolean|TO DO|
|android_daily_stats|is_temp|boolean|TO DO|
|android_article_page_scroll_interaction|is_temp|boolean|TO DO|
|android_install_referrer_event|is_temp|boolean|TO DO|
|android_notification_interaction|is_temp|boolean|TO DO|
|android_reading_list_interaction|is_temp|boolean|TO DO|
|android_user_contribution_screen|is_temp|boolean|TO DO|
Note: There are several schemas that are still collecting data and may still come into play further down the road but for now these are low priority, depending on difficulty/time required to adjust these schemas we should revisit after the above list is complete.
Android Not Currently Used Schemas
- android_create_account_interaction
- android_customize_toolbar_interaction
- android_edit_history_interaction
- android_app_appearance_settings_interaction