feat(database): ✨ re-add per-post counters to track page views etc.
This commit is contained in:
parent
5ddbae91d2
commit
a3604d21c9
7 changed files with 53 additions and 9 deletions
|
@ -26,6 +26,8 @@ CREATE TABLE dev_posts (
|
|||
post_metadata JSON DEFAULT NULL,
|
||||
post_settings_cache JSON DEFAULT NULL,
|
||||
|
||||
post_counters JSON DEFAULT NULL,
|
||||
|
||||
PRIMARY KEY(post_id),
|
||||
CONSTRAINT unique_post UNIQUE (post_path),
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue