Jump to content

MySQL Query in Technical Support - Error


sovushik

Recommended Posts

in Technical Support this error:

UPDATE `core_streams` SET `position`=0 WHERE `position` IS NULL;

ALTER TABLE `core_streams` CHANGE COLUMN `position` `position` INT (10) NOT NULL DEFAULT 0 COMMENT 'The position in the list';

UPDATE `core_log` SET `time`=0 WHERE `time` IS NULL;

ALTER TABLE `core_log` CHANGE COLUMN `time` `time` INT (10) NOT NULL DEFAULT 0 COMMENT 'Unix timestamp of log';

 

i run this string, but error is not off! (

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...