app jsonb to json to preserve order for drafts too

This commit is contained in:
Ruben Fiszel
2023-05-10 12:42:11 +02:00
parent bb8ddfc7a1
commit df5f984477
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 draft
ALTER COLUMN value TYPE json;