diff --git a/patch-schema/mercenary.sql b/patch-schema/mercenary.sql index f67e4fe4e..9000db9f3 100644 --- a/patch-schema/mercenary.sql +++ b/patch-schema/mercenary.sql @@ -2,4 +2,6 @@ BEGIN; CREATE SEQUENCE IF NOT EXISTS public.rasta_id_seq; +UPDATE characters SET savemercenary=NULL; + END; \ No newline at end of file