1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-15 17:50:48 +02:00
unleash.unleash/src
Christopher Kolstad 780464d3ad 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:56:57 +01:00
..
bin Feature/setup typescript 2021-02-12 11:42:00 +01:00
lib fix: event tags does not need undefined guard 2021-03-18 19:25:45 +01:00
migrations fix: delete duplicate client instances 2021-03-19 11:56:57 +01:00
test fix: inital event.tags should be array type 2021-03-18 09:48:11 +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