1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00
unleash.unleash/src
Nuno Góis 7629fcba82
fix: notifications tables drop order (#3186)
Since `user_notifications` references `notifications`, it makes sense to
drop `user_notifications` before dropping `notifications` and not the
other way around. This should fix the failing tests on Enterprise with
latest main.

Thanks @gastonfournier for the help finding the bug 👍
2023-02-23 11:39:39 +00:00
..
lib feat: store login events (#3185) 2023-02-23 10:49:01 +00:00
mailtemplates refactor: move docs into new structure / fix links for SEO (#2416) 2022-11-22 09:05:30 +00:00
migrations fix: notifications tables drop order (#3186) 2023-02-23 11:39:39 +00:00
test feat: drop full- for import/validate (#3168) 2023-02-21 10:15:57 +01:00
migrator.ts fix: be explicit when specifying time & replace moment with date-fns (#1072) 2021-11-02 15:13:46 +01:00
server-dev.ts chore: GA responseTimeWithAppNames (#3178) 2023-02-22 09:10:06 +00:00
server.ts Define exports for enterprise (#2435) 2022-11-17 13:02:40 +02:00