Ghost/core/server/data/schema
Fabien 'egg' O'Carroll 2dca63eae2
Added temporary database table for analytic events (#13312)
refs https://github.com/TryGhost/Team/issues/1053

This table is going to be completely deleted at some point in the
future. It serves as a persistent datastore for a spike into collection
analytic events for members. We've opted for a generic table, rather
than a table for each event, so that we can push the DB to the limit in
terms of the length of the table, and find out performance issues A$AP
2021-09-17 11:15:21 +02:00
..
clients Fixed "no-shadow" linting error in server/data modules (#12288) 2020-10-20 11:56:46 +13:00
fixtures Replaced removed Bookshelf findWhere function 2021-09-10 16:59:11 +01:00
checks.js Update Test & linting packages (major) (#10858) 2019-07-05 13:40:43 +02:00
commands.js Removed use of deprecated new Error() syntax 2021-07-19 21:31:31 +12: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 Added temporary database table for analytic events (#13312) 2021-09-17 11:15:21 +02:00
validator.js Switch to @trghost/validator, remove validator 2021-06-16 08:11:22 +01:00