mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
d962f0e18e
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. |
||
---|---|---|
.. | ||
e2e-api | ||
e2e-frontend | ||
e2e-server | ||
integration | ||
regression | ||
unit | ||
utils | ||
.eslintignore | ||
.eslintrc.js | ||
.jshintrc |