0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core/server/data/migrations/versions/3.0
Naz 8f5d6ebf8c Removed use of deprecated new Error() syntax
refs 2f1123d6ca
refs 6f1a3e1774

- The use of new Error() has been deprecated. Refactoring the migration  to use `createIrreversibleMigration` made most sense to have central error handling for migration which are not meant to be reverted.
2021-07-14 12:16:44 +04:00
..
01-remove-user-ghost-auth-columns.js
02-drop-token-auth-tables.js
03-drop-client-auth-tables.js
04-add-posts-meta-table.js
05-populate-posts-meta-table.js
06-remove-posts-meta-columns.js
07-add-posts-type-column.js
08-populate-posts-type-column.js
09-remove-posts-page-column.js
10-remove-empty-strings.js
11-update-posts-html.js
12-populate-members-table-from-subscribers.js
13-drop-subscribers-table.js
14-remove-subscribers-flag.js Removed use of deprecated new Error() syntax 2021-07-14 12:16:44 +04:00