]> BookStack Code Mirror - bookstack/commit
Migrated entity_permissions table to new flat format
authorDan Brown <redacted>
Fri, 7 Oct 2022 14:07:09 +0000 (15:07 +0100)
committerDan Brown <redacted>
Fri, 7 Oct 2022 14:07:09 +0000 (15:07 +0100)
commit1d3dbd6f6e1925c08237c009e8e65b5a66194ad2
treedcb51e8fa4dd36eede499713e681630f9228db5a
parent1df9ec96477740360fc6542beed902cc2571c6de
Migrated entity_permissions table to new flat format

Simplifies structure and limits content count, while allowing direct
mapping of new UI intent, where we may have entries with no permissions.
Not yet updated app logic to suit.

Tested via migrating and rolling-back, then comparing export data,
across a set of custom permission entries.
database/migrations/2022_10_07_091406_flatten_entity_permissions_table.php [new file with mode: 0644]