Ghost/core/server/data/schema
Fabien 'egg' O'Carroll d962f0e18e
Removed NOT NULL constraint from portal_title (#13659)
refs https://github.com/TryGhost/Team/issues/1163

We want to make the title for Offers optional, our nullable validation
means that we cannot store an empty string, so we must remove the NOT
NULL constraint from the column if we want to store either an empty
value or null.

There is a bug with editing columns in SQLite with `knex` which strips all
the indexes, so we have to manually add them afterwards.
2021-10-22 14:14:49 +02:00
..
clients Fixed "no-shadow" linting error in server/data modules (#12288) 2020-10-20 11:56:46 +13:00
fixtures Refactored fixture utils scout style 2021-10-20 19:54:14 +01:00
checks.js Update Test & linting packages (major) (#10858) 2019-07-05 13:40:43 +02:00
commands.js Replaced i18n.t w/ tpl in core/server/data (#13491) 2021-10-08 15:31:17 +01:00
default-settings.json Added email disabling flag to settings records 2021-07-29 20:30:30 +12:00
index.js Moved schema validator into the schema module 2021-06-15 11:54:34 +01:00
schema.js Removed NOT NULL constraint from portal_title (#13659) 2021-10-22 14:14:49 +02:00
validator.js Switch to @trghost/validator, remove validator 2021-06-16 08:11:22 +01:00