0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/server/data/schema
Fabien 'egg' O'Carroll 8393c1e90a
Added welcome_page_url column to products table
refs https://github.com/TryGhost/Team/issues/1168

Rather than using a single url for paid signup redirects, we want to
support setting a welcome page on a tier by tier basis. This column will
be used to store the URL. A text column of length 2000 is how we have
stored URL's elsewhere in the schema.
2022-01-26 11:44:40 +02:00
..
clients
fixtures Added active column to products table (#14016) 2022-01-20 15:50:18 +02:00
checks.js
commands.js Switch to @tryghost/errors from ignition errors package (#13807) 2021-12-01 10:22:01 +00:00
default-settings.json Switched AMP to be 'off' by default in all new Ghost instances (#13907) 2022-01-14 18:55:48 +02:00
index.js Moved schema validator into the schema module 2021-06-15 11:54:34 +01:00
schema.js Added welcome_page_url column to products table 2022-01-26 11:44:40 +02:00
validator.js Switch to @trghost/validator, remove validator 2021-06-16 08:11:22 +01:00