An error occurred fetching the project authors.
- 05 Jul, 2021 1 commit
-
-
Thong Kuah authored
-
- 11 Aug, 2020 1 commit
-
-
pbair authored
When creating schema version files under db/schema_migrations, only create files for versions that have matching migration files in db/migrate or db/post_migrate.
-
- 23 Jul, 2020 3 commits
-
-
pbair authored
When creating a new schema version file, write the hash of the version to the file to prevent git rename detection from confusing it with another schema version file.
-
pbair authored
Opt to use rm with a glob of filenames to clean out a directory over using rm_rf to delete the entire directory
-
pbair authored
Move tracking of schema_migration.versions out of the structure.sql file and into empty files within the db/schema_migrations directory, which should prevent conflicts when multiple migrations are added at one time
-