Advertisement
n1xman

Untitled

Jan 24th, 2017
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 4.71 KB | None | 0 0
  1. 2017-01-24 14:15:41#46 - SyncActivate::create_database_tables()
  2. 2017-01-24 14:15:41#46 - SyncActivate::create_database_tables() sql=CREATE TABLE `wp_spectrom_sync_log` (
  3.                     `id`                INT(11) UNSIGNED NOT NULL AUTO_INCREMENT,
  4.                     `post_id`           BIGINT(20) UNSIGNED NOT NULL,
  5.                     `post_title`        TEXT NOT NULL,
  6.                     `push_date`         TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,
  7.                     `operation`         VARCHAR(32) NOT NULL,
  8.                     `source_user`       BIGINT(20) UNSIGNED NOT NULL,
  9.                     `source_site`       VARCHAR(200) NOT NULL,
  10.                     `source_site_key`   VARCHAR(40) NOT NULL,
  11.                     `target_user`       BIGINT(20) UNSIGNED NOT NULL,
  12.  
  13.                     PRIMARY KEY (`id`),
  14.                     INDEX `post_id` (`post_id`)
  15.                 ) DEFAULT CHARACTER SET utf8mb4  COLLATE utf8mb4_unicode_ci
  16. 2017-01-24 14:15:41#46 - SyncActivate::create_database_tables() dbDelta() results: <br />
  17. <b>Notice</b>:  Undefined index: index_type in <b>/cloud-volume/nginx/html/helpguides/wp-admin/includes/upgrade.php</b> on line <b>2283</b><br />
  18. <br />
  19. <b>Notice</b>:  Undefined index: index_name in <b>/cloud-volume/nginx/html/helpguides/wp-admin/includes/upgrade.php</b> on line <b>2289</b><br />
  20. <br />
  21. <b>Notice</b>:  Undefined index: index_columns in <b>/cloud-volume/nginx/html/helpguides/wp-admin/includes/upgrade.php</b> on line <b>2292</b><br />
  22. <br />
  23. <b>Notice</b>:  Undefined index: column_name in <b>/cloud-volume/nginx/html/helpguides/wp-admin/includes/upgrade.php</b> on line <b>2320</b><br />
  24.  
  25. 2017-01-24 14:15:41#46 - SyncActivate::create_database_tables() sql=CREATE TABLE `wp_spectrom_sync` (
  26.                     `sync_id`           INT(11) UNSIGNED NOT NULL AUTO_INCREMENT,
  27.                     `site_key`          VARCHAR(60) NOT NULL,
  28.                     `source_content_id` BIGINT(20) UNSIGNED NOT NULL,
  29.                     `target_content_id` BIGINT(20) UNSIGNED NOT NULL,
  30.                     `target_site_key`   VARCHAR(60) NULL DEFAULT '',
  31.                     `content_type`      VARCHAR(32) NOT NULL DEFAULT 'post',
  32.                     `last_update`       DATETIME NOT NULL,
  33.                     `wp_version`        VARCHAR(20) NOT NULL,
  34.                     `sync_version`      VARCHAR(20) NOT NULL,
  35.  
  36.                     PRIMARY KEY (`sync_id`),
  37.                     INDEX `source_content_id` (`source_content_id`),
  38.                     INDEX `target_content_id` (`target_content_id`),
  39.                     INDEX `content_type` (`content_type`)
  40.                 ) DEFAULT CHARACTER SET utf8mb4  COLLATE utf8mb4_unicode_ci
  41. 2017-01-24 14:15:41#46 - SyncActivate::create_database_tables() dbDelta() results: <br />
  42. <b>Notice</b>:  Undefined index: index_type in <b>/cloud-volume/nginx/html/helpguides/wp-admin/includes/upgrade.php</b> on line <b>2283</b><br />
  43. <br />
  44. <b>Notice</b>:  Undefined index: index_name in <b>/cloud-volume/nginx/html/helpguides/wp-admin/includes/upgrade.php</b> on line <b>2289</b><br />
  45. <br />
  46. <b>Notice</b>:  Undefined index: index_columns in <b>/cloud-volume/nginx/html/helpguides/wp-admin/includes/upgrade.php</b> on line <b>2292</b><br />
  47. <br />
  48. <b>Notice</b>:  Undefined index: column_name in <b>/cloud-volume/nginx/html/helpguides/wp-admin/includes/upgrade.php</b> on line <b>2320</b><br />
  49.  
  50. 2017-01-24 14:15:41#46 - SyncActivate::create_database_tables() sql=CREATE TABLE `wp_spectrom_sync_sources` (
  51.                     `id`                INT(11) UNSIGNED NOT NULL AUTO_INCREMENT,
  52.                     `domain`            VARCHAR(200) NOT NULL,
  53.                     `site_key`          VARCHAR(60) NOT NULL DEFAULT '',
  54.                     `auth_name`         VARCHAR(60) NOT NULL,
  55.                     `token`             VARCHAR(60) NOT NULL,
  56.                     `allowed`           TINYINT(1) UNSIGNED NOT NULL DEFAULT '1',
  57.                     PRIMARY KEY (`id`),
  58.                     INDEX `site_key` (`site_key`),
  59.                     INDEX `allowed` (`allowed`)
  60.                 ) DEFAULT CHARACTER SET utf8mb4  COLLATE utf8mb4_unicode_ci
  61. 2017-01-24 14:15:41#46 - SyncActivate::create_database_tables() dbDelta() results:
  62. 2017-01-24 14:15:41#46 - SyncActivate::create_database_tables() sql=CREATE TABLE `wp_spectrom_sync_media` (
  63.                     `id`                INT(11) UNSIGNED NOT NULL AUTO_INCREMENT,
  64.                     `site_key`          VARCHAR(60) NOT NULL,
  65.                     `remote_media_name` VARCHAR(255) NOT NULL,
  66.                     `local_media_name`  VARCHAR(255) NOT NULL,
  67.  
  68.                     PRIMARY KEY (`id`),
  69.                     INDEX `site_key` (`site_key`)
  70.                 ) DEFAULT CHARACTER SET utf8mb4  COLLATE utf8mb4_unicode_ci
  71. 2017-01-24 14:15:41#46 - SyncActivate::create_database_tables() dbDelta() results: <br />
  72. <b>Notice</b>:  Undefined index: index_type in <b>/cloud-volume/nginx/html/helpguides/wp-admin/includes/upgrade.php</b> on line <b>2283</b><br />
  73. <br />
  74. <b>Notice</b>:  Undefined index: index_name in <b>/cloud-volume/nginx/html/helpguides/wp-admin/includes/upgrade.php</b> on line <b>2289</b><br />
  75. <br />
  76. <b>Notice</b>:  Undefined index: index_columns in <b>/cloud-volume/nginx/html/helpguides/wp-admin/includes/upgrade.php</b> on line <b>2292</b><br />
  77. <br />
  78. <b>Notice</b>:  Undefined index: column_name in <b>/cloud-volume/nginx/html/helpguides/wp-admin/includes/upgrade.php</b> on line <b>2320</b><br />
  79.  
  80. 2017-01-24 14:15:41#46 - SyncActivate::create_database_tables() - done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement