Ghost/core
Fabien O'Carroll 0edacf3fc1
🐛 Added migration to update empty strings to null (#10428)
closes #10388

This migration finds all tables with nullable columns, it then loops through the tables and their nullable columns, updating each column to a null when its current value is an empty string.
2019-01-28 19:00:29 +01:00
..
client@c3e41fe24f Updated Ghost-Admin to 2.12.0 2019-01-22 11:36:17 +00:00
server 🐛 Added migration to update empty strings to null (#10428) 2019-01-28 19:00:29 +01:00
test 🐛 Updated base model to store null instead of empty string (#10425) 2019-01-28 16:58:28 +01:00
index.js Changed where we trigger server start/stop announcement (#9815) 2018-08-22 13:28:31 +02:00