Skip to content

Commit da58433

Browse files
committed
Update update_from_1.5.sql
1 parent a4e3cf0 commit da58433

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmscontrib/updaters/update_from_1.5.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ ALTER TABLE user_test_results ADD COLUMN evaluation_sandbox_digests VARCHAR[];
4242
UPDATE user_test_results SET evaluation_sandbox_paths = string_to_array(evaluation_sandbox, ':');
4343
ALTER TABLE user_test_results DROP COLUMN evaluation_sandbox;
4444

45+
-- https://github.com/cms-dev/cms/pull/1496
4546
ALTER TABLE tasks add skip_failed_subtask boolean NOT NULL DEFAULT false;
4647
ALTER TABLE tasks ALTER COLUMN skip_failed_subtask DROP DEFAULT;
4748

0 commit comments

Comments
 (0)