An error occurred fetching the project authors.
  1. 05 Jul, 2021 1 commit
  2. 11 Aug, 2020 1 commit
  3. 23 Jul, 2020 3 commits
    • pbair's avatar
      Write version hashes to schema version files · 0148b328
      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.
      0148b328
    • pbair's avatar
      Remove use of rm_rf on dump of version files · 013e8606
      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
      013e8606
    • pbair's avatar
      Track schema versions using filenames · 9d700020
      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
      9d700020