Fix menu pick from replay flow returning to wrong state

This commit is contained in:
Ilya Groshev
2026-05-12 09:27:28 +03:00
parent 6c9e3c45f0
commit 479ace5c8e
5 changed files with 16 additions and 6 deletions
@@ -0,0 +1,5 @@
-- +goose Up
ALTER TABLE user_main_quest ADD COLUMN saved_ctx_current_quest_flow_type INTEGER NOT NULL DEFAULT 0;
-- +goose Down
ALTER TABLE user_main_quest DROP COLUMN saved_ctx_current_quest_flow_type;