mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
51498abb5c
refs https://github.com/TryGhost/Toolbox/issues/309 - I've just ran into a problem when deleting the `defaultTo` field on a non-nullable `text` column in our schema because this validation thinks there should be a value set - `text` fields cannot have defaults so the schema is incorrect, and the validation triggering is a bug that's preventing it from being cleaned up - the default is defined on the model so I don't think we're losing anything here |
||
---|---|---|
.. | ||
client@5751899e5b | ||
frontend | ||
server | ||
shared | ||
app.js | ||
boot.js | ||
bridge.js |