Skip to content
Snippets Groups Projects
  1. Feb 14, 2018
    • Michael Kozono's avatar
      Avoid dropping tables in test · 080dba4a
      Michael Kozono authored
      And use :migration tag to use deletion strategy, and to avoid caching tables, and to lock into a particular schema.
      
      Attempting to fix intermittent spec errors `PG::UndefinedTable: ERROR:  relation "public.untracked_files_for_uploads" does not exist`.
      080dba4a
  2. Feb 01, 2018
  3. Dec 06, 2017
    • Michael Kozono's avatar
      Fix specs after rebase · 03cba8c0
      Michael Kozono authored
      Later migrations added fields to the EE DB which were used by factories which were used in these specs.
      
      And in CE on MySQL, a single appearance row is enforced.
      
      The migration and migration specs should not depend on the codebase staying the same.
      03cba8c0
  4. Dec 01, 2017
Loading