Skip to content

Commit f3bf3fc

Browse files
Migrate activity job order ids to NULL for "General"
1 parent 29e881f commit f3bf3fc

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

modules/install/Schema.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1416,6 +1416,10 @@ public static function get()
14161416
'372' => 'PHP:
14171417
include_once(\'modules/install/scripts/372.php\');
14181418
update_372($db);
1419+
'373' => '
1420+
UPDATE `activity`
1421+
SET `joborder_id` = NULL
1422+
WHERE `joborder_id` IN (0, -1);
14191423
',
14201424

14211425
);

0 commit comments

Comments
 (0)