mirror of
https://github.com/Walter-Sparrow/lunar-tear.git
synced 2026-07-02 05:43:41 +03:00
Fix menu pick from replay flow returning to wrong state
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user