1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-10-13 11:17:26 +02:00
unleash.unleash/src
Christopher Kolstad 14d1718889 fix: delete duplicate client instances
- Due to applying a primary key constraint on app_name, instance_id,
  active installations with client_instances that have already violated
  this unique constraint will fail to migrate.
- This commit drops all but the latest instance of each (app_name,
  instance_id) tuple, thus preparing the database for applying the
  unique constraint

Co-authored-by: Ivar Conradi Osthus <ivarconr@gmail.com>
Co-authored-by: Fredrik Strand Oseberg <fredrik.no@gmail.com>
2021-03-19 11:57:48 +01:00
..
bin Feature/setup typescript 2021-02-12 11:42:00 +01:00
lib fix: projectId must follow nameType in query 2021-03-05 14:12:56 +01:00
migrations fix: delete duplicate client instances 2021-03-19 11:57:48 +01:00
test fix: publish events about unannounced applications 2021-03-05 14:01:15 +01:00
migrator.js Feature/setup typescript 2021-02-12 11:42:00 +01:00
server-dev.ts fix: Don't check version when starting up in dev mode 2021-02-19 11:16:35 +01:00
server.js Feature/setup typescript 2021-02-12 11:42:00 +01:00