Plugin Directory

Changeset 3183008


Ignore:
Timestamp:
11/06/2024 10:04:56 AM (17 months ago)
Author:
wp-buy
Message:

Bug fixes

Location:
seo-redirection
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • seo-redirection/tags/9.11/seo-redirection.php

    r3181227 r3183008  
    11501150                  `ID` int(11) unsigned NOT NULL AUTO_INCREMENT,
    11511151                  `enabled` int(1) NOT NULL DEFAULT '1',
    1152                   `redirect_from` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
     1152                  `redirect_from` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
    11531153                  `redirect_from_type` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
    11541154                  `redirect_from_folder_settings` int(1) NOT NULL,
  • seo-redirection/trunk/seo-redirection.php

    r3181227 r3183008  
    11501150                  `ID` int(11) unsigned NOT NULL AUTO_INCREMENT,
    11511151                  `enabled` int(1) NOT NULL DEFAULT '1',
    1152                   `redirect_from` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
     1152                  `redirect_from` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
    11531153                  `redirect_from_type` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
    11541154                  `redirect_from_folder_settings` int(1) NOT NULL,
Note: See TracChangeset for help on using the changeset viewer.