Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Computer ID: 2 
  • Management node ID: 1
  • Image ID: 7
  • Image Revision ID: 7
Code Block
INSERT INTO `vcl`.`request` (
`id` ,
`stateid` ,
`userid` ,
`laststateid` ,
`logid` ,
`forimaging` ,
`test` ,
`preload` ,
`start` ,
`end` ,
`daterequested` ,
`datemodified`
)
VALUES (
'1' , '16', '1', '16', '', '1', '0', '0', NOW( ) , TIMESTAMPADD(MINUTE, 120, NOW()), NOW( ) , NULL
);

...