0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/server
Naz bf1fcd25ce
Added migration utils for dropping tables
refs https://github.com/TryGhost/Ghost/issues/12565

- Dropping tables happens sporadicaly, usually during major version releases. It made sense to create a utility based on previous migrations of this type (e.g.:  3.0/03-drop-client-auth-tables.js migration) to avoid code duplication in the future
2021-02-02 16:12:53 +00:00
..
adapters Improved JSDoc in default scheduler 2020-12-16 17:25:05 +13:00
api Enabled Members for all sites (#12582) 2021-02-02 16:12:53 +00:00
data Added migration utils for dropping tables 2021-02-02 16:12:53 +00:00
lib Updated links to ghost.org sites 2021-01-20 09:59:45 +13:00
models Enabled Members for all sites (#12582) 2021-02-02 16:12:53 +00:00
public
services Enabled Members for all sites (#12582) 2021-02-02 16:12:53 +00:00
translations Updated links to ghost.org sites 2021-01-20 09:59:45 +13:00
views
web Enabled Members for all sites (#12582) 2021-02-02 16:12:53 +00:00
analytics-events.js
ghost-server.js Added "maintenance" app serving 503 page 2021-02-02 16:11:35 +00:00
index.js Refactored maintenance app to be a class with DI 2021-02-02 16:11:35 +00:00
overrides.js Improved threading performance on non-SQLite clients 2020-11-30 13:27:40 +13:00
update-check.js