Ghost/test/unit
Daniel Lockyer f48a668671 Removed unused defaults from text columns in schema
refs https://github.com/TryGhost/Toolbox/issues/309

- I originally started looking at this because I wanted to change the default of
  `emails.recipient_filter` for old DBs to `status:-free`
- we changed these columns to a `text` type, which doesn't support
  defaults
- the tables already have defaults set in the model, so the only change
  needed here is to delete the `defaultTo` in the schema to avoid
  confusion
- on the way, I ended up fixing 51498abb5c too
2022-05-09 14:31:35 +01:00
..
api Moved content-version middleware onto api app 2022-05-02 19:05:14 +01:00
frontend 🔥 Removed {{author}} helper support 2022-05-02 17:59:48 +08:00
server Removed unused defaults from text columns in schema 2022-05-09 14:31:35 +01:00
shared Removed unnecessary use of rewire 2022-03-24 19:32:06 +00:00