0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/server
Kevin Ansfield 39db5bd177 Prefixed 3.0 migrations with 0 to preserve order
no issue

- `knex-migrator` will run migrations in the order that nodejs provides when running `fs.readDirSync` which in most cases is strict alphabetical
- 3.0 will shortly have more than 9 migrations which was resulting in the migration order being 1, 10, 2
- prefixing all single-digit migrations with `0` means that strict alphabetical ordering results in the expected order
2019-09-16 13:21:39 +01:00
..
adapters Fixed lint rule 2019-09-11 18:37:30 +02:00
api 🏗 Migrated posts.page column to posts.type (#11111) 2019-09-16 11:51:54 +01:00
config 🔒 Added admin:redirects config option for disabling admin redirects 2019-09-12 12:40:12 +01:00
data Prefixed 3.0 migrations with 0 to preserve order 2019-09-16 13:21:39 +01:00
lib 🔥 Removed v0.1 controllers & routes (#11103) 2019-09-11 19:10:10 +02:00
models 🏗 Migrated posts.page column to posts.type (#11111) 2019-09-16 11:51:54 +01:00
public Merge branch 'master' into v3 2019-09-16 09:32:10 +01:00
services 🏗 Migrated posts.page column to posts.type (#11111) 2019-09-16 11:51:54 +01:00
translations Removed all clients and client_trusted_domains related code 2019-09-12 15:09:49 +01:00
views Update default 404 page 2019-07-15 14:47:01 +02:00
web Reworded confusing comment mentioning v0.1 2019-09-12 19:17:35 +02:00
analytics-events.js
ghost-server.js Update Test & linting packages (major) (#10858) 2019-07-05 13:40:43 +02:00
index.js 🔥 Removed v0.1 auth services (#11104) 2019-09-11 19:40:48 +02:00
overrides.js
update-check.js Updated links to docs (#10941) 2019-07-22 18:17:50 +08:00