~jan0sch/smederee/modules/hub/src/main/resources/db/migration/tickets/V4__add_resolution.sql
ALTER TABLE tickets.tickets
ADD COLUMN resolution CHARACTER VARYING(16) DEFAULT NULL;
COMMENT ON COLUMN tickets.tickets.resolution IS 'An optional resolution state of the ticket that should be set if it is closed.';