Ghost/core/server/data/migrations/versions/2.13
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
..
1-remove-empty-strings.js 🐛 Added migration to update empty strings to null (#10428) 2019-01-28 19:00:29 +01:00