ΒΆ Go through all the system tables (sys, def, etc.) that do not have a package column and add it OR remove the table if we no longer need it. As at 2024-01-29 these are:
Add package as a PK (not null default CORE)
- def_backup DONE
- def_bureau DONE
- def_company DONE
- def_conversation DONE
- def_conversation_page DONE
- def_document_parameters DONE
- def_formflow DONE
- def_formflow_forms DONE
- def_go DONE
- def_package_groups DONE
- def_package_tables DONE
- def_package_templates DONE
- def_payment DONE
- def_scorecard DONE
- def_setting DONE
- def_workflow_transitions DONE
Add Package as a key (not null default CORE)
- def_weather DONE
- def_menu DONE
- all the list_ tables DONE
Add Package as a column (null and no default)
- def_company_deleted DONE
- def_payment_deleted DONE