0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00
ghost/core/server/data
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
..
db
exporter Excluded sessions table from exporter (#9961) 2018-10-17 18:29:24 +07:00
importer Updated docs links to best equivalents (#10386) 2019-01-17 06:57:37 +00:00
meta Added calculated excerpt field to Content API v2 (#10326) 2019-01-04 19:00:45 +01:00
migrations 🐛 Added migration to update empty strings to null (#10428) 2019-01-28 19:00:29 +01:00
schema Updated docs links to best equivalents (#10386) 2019-01-17 06:57:37 +00:00
validation Updated docs links to best equivalents (#10386) 2019-01-17 06:57:37 +00:00
xml/sitemap Added plugin based author and public tag models in API v2 (#10284) 2019-01-03 20:30:35 +01:00
timezones.json