Replace JSON column with normalized table structure

Created on 14 July 2025, 3 months ago

Problem/Motivation

The track_usage module currently uses a JSON column to store metadata paths, which is not
natively supported by Drupal's database abstraction layer.

This creates several issues:
* JSON columns are MySQL-specific
* Drupal's schema API doesn't have native JSON column support
* JSON queries require database-specific syntax

Proposed resolution

Replace the JSON meta column with a normalized table structure.

πŸ“Œ Task
Status

Active

Version

1.0

Component

Code

Created by

πŸ‡΅πŸ‡±Poland alorenc Wolsztyn, πŸ‡΅πŸ‡±

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024