Jump to content

Segr

Approved members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by Segr

  1. SQL code to correct errors in the database: ALTER TABLE `{prefix}_banners_ox_adsense` DROP INDEX `{prefix}_banners_ox_adsense_pkey`; ALTER TABLE `{prefix}_banners_ox_adsense` ADD PRIMARY KEY (`bannerid`);After that, the update runs without errors.
  2. SQL code to correct errors in the database: ALTER TABLE `{prefix}_banners_ox_adsense` DROP INDEX `{prefix}_banners_ox_adsense_pkey`; ALTER TABLE `{prefix}_banners_ox_adsense` ADD PRIMARY KEY (`bannerid`);After that, the update runs without errors.
  3. SQL code to correct errors in the database: ALTER TABLE `{prefix}_banners_ox_adsense` DROP INDEX `{prefix}_banners_ox_adsense_pkey`; ALTER TABLE `{prefix}_banners_ox_adsense` ADD PRIMARY KEY (`bannerid`);After that, the update runs without errors.
×
×
  • Create New...