Skip to content

Rename `created_on` column to `joined_on`

Jose V. Trigueros requested to merge rename-created-on-column into master

This change adds a migration to rename the column created_on to joined_on, this is done to preserve parity with the column that was added in the previous migration.

The grand goal is to be able to calculate churn.

Merge request reports