We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2bf106 commit 9be2485Copy full SHA for 9be2485
common/database/database_update_manifest.cpp
@@ -7081,7 +7081,7 @@ CREATE INDEX `idx_expire_at` ON `respawn_times` (`expire_at`);
7081
ALTER TABLE `instance_list`
7082
ADD COLUMN `expire_at` bigint(11) UNSIGNED NOT NULL DEFAULT 0 AFTER `duration`;
7083
7084
-UPDATE instance_list set expire_at = `start` + `duration`; -- backfill existing data
+UPDATE instance_list set expire_at = `start_time` + `duration`; -- backfill existing data
7085
7086
CREATE INDEX `idx_expire_at` ON `instance_list` (`expire_at`);
7087
)",
0 commit comments