app jsonb to json to preserve order

This commit is contained in:
Ruben Fiszel
2023-05-10 12:21:57 +02:00
parent 2002ee6c58
commit bb8ddfc7a1
2 changed files with 4 additions and 0 deletions
@@ -0,0 +1 @@
-- Add down migration script here
@@ -0,0 +1,3 @@
-- Add up migration script here
ALTER TABLE app_version
ALTER COLUMN value TYPE json;