Ghost/core
Kevin Ansfield 752c1022f9 🐛 Fixed failing migration from <2.34 to 3.29
closes https://github.com/TryGhost/Ghost/issues/12129

Migrations were failing when upgrading from a version that didn't include stripe member subscriptions table. The `up` migration was checking for the existence of a unique index that was added to the schema in 3.29 but it was using the wrong variable name which meant that it would never return true for an existing index. For most migrations this worked because the index existed but when through 2.34 the table was created from scratch and did included the index at that point.

- fixed variable name and re-ordered variable assignment for better code locality that would have made the typo more visible
2020-08-17 18:31:00 +01:00
..
client@85784f4d21 Updated Ghost-Admin to v3.29.1 2020-08-11 10:46:42 +01:00
frontend 🐛 Fixed published time and modified time for structured data (#12085) 2020-08-17 15:52:31 +01:00
server 🐛 Fixed failing migration from <2.34 to 3.29 2020-08-17 18:31:00 +01:00
shared Fixed default shutdown timeout 2020-08-10 13:00:02 +01:00
index.js Refactored server announce functions to be clearer 2020-08-09 17:25:15 +01:00