BigW Consortium Gitlab

  1. 22 Mar, 2017 1 commit
  2. 10 Feb, 2017 1 commit
  3. 03 Nov, 2016 1 commit
  4. 05 Aug, 2016 1 commit
  5. 18 Jul, 2016 1 commit
  6. 23 Jun, 2016 1 commit
  7. 14 Apr, 2016 1 commit
    • Use rake db:reset instead of db:setup · a54af831
      Yorick Peterse authored
      Using db:reset ensures existing tables are first dropped. This in turn
      ensures that we can drop tables regardless of any foreign key
      constraints. While CE currently doesn't have any foreign keys EE defines
      the following relation:
      
          remote_mirrors.project_id -> projects.id
      
      MySQL will complain whenever you try to drop the "projects" table first
      even when using "DROP TABLE ... CASCADE".
  8. 31 Oct, 2015 1 commit
  9. 03 Sep, 2015 1 commit
  10. 04 Dec, 2014 2 commits
  11. 31 Jul, 2014 1 commit
  12. 24 Apr, 2014 1 commit