organization_id
on every tables of the applicationorganization_id
column was recently added on every tables related to an organization.
Since filling this column is an heavy task, no migration was backfilling it for existing records. It was only populated on newly created records.
As we now need to be able to rely on this column in the application, we have to make sures that every single records has an organization_id
value.