mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
remove data conversion
This commit is contained in:
parent
a9c7938887
commit
57acaf9855
1 changed files with 0 additions and 4 deletions
|
|
@ -1,7 +1,3 @@
|
|||
-- ConvertData
|
||||
UPDATE "report"
|
||||
SET "parameters" = CONCAT('"', REPLACE(parameters, '"', '\"'), '"');
|
||||
|
||||
-- AlterTable
|
||||
ALTER TABLE "report"
|
||||
ALTER COLUMN "parameters" SET DATA TYPE JSONB USING parameters::JSONB;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue