praise icon indicating copy to clipboard operation
praise copied to clipboard

Squash Migrations into one & Change Migration Naming Schema

Open mattyg opened this issue 2 years ago • 0 comments

Overview

  • Squash all existing migrations into a single one
  • Change naming schema for migrations to prepend with timestamps: i.e. 2022-06-06-17:25_migration_name
  • Note migration nameing schema in developer docs

We will need to update any live production databases before merging this change, by inserting the migration name into db.migratoins such that it thinks it has already run this migration.

mattyg avatar Jun 06 '22 17:06 mattyg