0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00
ghost/test/unit/server/data/schema
Fabien 'egg' O'Carroll 534ebecc19
Added active column to products table (#14016)
refs https://github.com/TryGhost/Team/issues/1252

We need a way to signal whether or not a Tier is active or archived, and
we'll be using the active flag in the same way we do for Offers.
2022-01-20 15:50:18 +02:00
..
fixtures Refactored fixtures to be loaded by fixture manager 2021-11-16 11:17:03 +00:00
commands.test.js Switch to @tryghost/errors from ignition errors package (#13807) 2021-12-01 10:22:01 +00:00
integrity.test.js Added active column to products table (#14016) 2022-01-20 15:50:18 +02:00
validator.test.js