An error occurred fetching the project authors.
  1. 10 Jul, 2019 1 commit
  2. 22 Nov, 2018 1 commit
  3. 25 Jul, 2018 1 commit
  4. 20 Mar, 2018 1 commit
  5. 14 Mar, 2018 1 commit
    • Andreas Brandl's avatar
      Fix concurrency issue with migration for user_interacted_projects table. · 5f35ea14
      Andreas Brandl authored
      The concurrency issue originates from inserts on
      `user_interacted_projects` from the app while running the post-deploy
      migration.
      
      This change comes with a strategy to lock the table while removing
      duplicates and creating the unique index (and similar for FK
      constraints).
      
      Also, we'll have a non-unique index until the post-deploy migration is
      finished to speed up queries during that time.
      
      Closes #44205.
      5f35ea14
  6. 06 Mar, 2018 6 commits