0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/server/data/migrations/utils
Daniel Lockyer b7b4f8d1d1 Added migration utils for removing a permission
- this will drop the link between a role and a permission, and then
  delete the permission
- required minor refactoring to aid in creating migrations for dropping
  the links and permission
2022-05-10 13:21:26 +01:00
..
constants.js De-duped MIGRATION_USER constant across migration utils 2022-05-10 13:05:47 +01:00
index.js De-duped MIGRATION_USER constant across migration utils 2022-05-10 13:05:47 +01:00
migrations.js
permissions.js Added migration utils for removing a permission 2022-05-10 13:21:26 +01:00
schema.js
settings.js De-duped MIGRATION_USER constant across migration utils 2022-05-10 13:05:47 +01:00
tables.js