BigW Consortium Gitlab

  1. 09 Jun, 2016 1 commit
    • Enable RuboCop for migrations · 98bb435f
      Sean McGivern authored
      Migrations shouldn't fail RuboCop checks - especially lint checks, such
      as the nested method check. To avoid changing code in existing
      migrations, add the magic comment to the top of each of them to skip
      that file.
  2. 18 Sep, 2015 1 commit
    • fix failing migration on mysql · a22b6c59
      Hannes Rosenögger authored
      We didn't specify that the db user needs the right to create
      temporary tables before.
      That's why the migration will fail on most installations.
      This commits removes the "TEMPORARY" from the migration
      and changes the documentation to include the necessary rights for the future.
  3. 21 Aug, 2015 1 commit