MINOR - Move appName migration to 1.5.9 (#18435)

This commit is contained in:
Pere Miquel Brull 2024-10-28 16:29:56 +01:00
parent dbfe79feef
commit 4d646ac35c
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1 @@
ALTER TABLE apps_extension_time_series ADD COLUMN appName VARCHAR(256) GENERATED ALWAYS AS (json ->> '$.appName') STORED NOT NULL;

View File

@ -0,0 +1 @@
ALTER TABLE apps_extension_time_series ADD COLUMN appName VARCHAR(256) GENERATED ALWAYS AS (json ->> 'appName') STORED NOT NULL;