1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-11-01 19:07:38 +01:00
unleash.unleash/src
Nuno Góis 4a4d5388d9
chore: action_set_events db table migration (#6298)
https://linear.app/unleash/issue/2-1962/implement-new-action-events-logic

Adds a new `action_set_events` table for the new action events logic.

Even though observable events are technically immutable, we're storing
the observable event along with the action set event. This allows us to
avoid 1 join while allowing us to persist action set event information
after deleting observable events, if we wish to do so at a later stage.
2024-02-21 14:02:19 +00:00
..
lib feat: application overview schema (#6295) 2024-02-21 12:59:55 +02:00
mailtemplates fix-css-update-for-CR-email-template (#6186) 2024-02-13 10:16:25 +09:00
migrations chore: action_set_events db table migration (#6298) 2024-02-21 14:02:19 +00:00
test feat: Adding Project access requires same role (#6270) 2024-02-20 15:56:53 +01:00
migrator.ts
server-dev.ts feat: permission matrix (PoC) (#6223) 2024-02-16 14:31:33 +01:00
server.ts