addons-server/migrations/127-restartless-again.sql

15 строки
471 B
SQL

-- See bug 613687
-- This didn't stick in migration 116. Let's try again!
UPDATE files SET no_restart=1 where id IN (
153353, 220208, 231187, 162066, 199425,
204316, 187588, 220153, 181744, 228384,
197222, 213956, 214783, 200278,
223418, 216805, 222528, 199423,
220151, 216008, 162165, 222531,
216820, 184620, 161922, 13492,
182410, 175844, 200272, 204318,
182391, 222529, 197224, 229488,
204928, 222199, 189774, 204311);
UPDATE files SET no_restart=1 WHERE jetpack=1;