3 lines
85 B
SQL
3 lines
85 B
SQL
-- Add up migration script here
|
|
ALTER TABLE app_version
|
|
ALTER COLUMN value TYPE json; |