Ghost/test/unit
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
..
api Moved URL service to backend 2021-10-19 07:29:09 +13:00
frontend Moved server/web/site to frontend/web 2021-10-21 19:28:18 +01:00
server Removed NOT NULL constraint from portal_title (#13659) 2021-10-22 14:14:49 +02:00
shared Moved core/shared/i18n to theme-engine/i18n 2021-10-15 20:25:56 +01:00