como/como_infrastructure/migrations/20230604084033_alter_state_string.sql
kjuulh 534b2e4a23
feat: with items
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-06-04 11:02:51 +02:00

5 lines
87 B
SQL

-- Add migration script here
ALTER TABLE items ALTER COLUMN state TYPE varchar(255);