contentbox.migrations

Class 2022_03_07_155812_v5_1_0_page_sslonly_removals

lucee.Component
    extended by contentbox.migrations.2022_03_07_155812_v5_1_0_page_sslonly_removals

This migration will remove the 'SSLOnly' column from the 'cb_page' table because this bit was not nullable, had a default value and we won't use it anymore, So we need to remove it, else all page editing will fail.

Class Attributes:
  • version : 5.1.0
  •  
  • synchronized : false
  •  
  • see : CONTENTBOX-1394 - https://ortussolutions.atlassian.net/browse/CONTENTBOX-1394
  •  
  • accessors : false
  •  
  • persistent : false
  •  
  • author : Davis Vega
  •  
    Property Summary
    type property default serializable required
    any migrationService


    • access = public
    • returntype = any
    • inject = MigrationService@cfmigrations
    true false
    Method Summary
    any down([any schema], [any qb])
    any up([any schema], [any qb])
     
    Methods inherited from class lucee.Component
    None

    Property Detail

    migrationService

    property any migrationService

    Attributes:
    access - public
    required - false
    returntype - any
    inject - MigrationService@cfmigrations
    serializable - true

    Method Detail

    down

    public any down([any schema], [any qb])

    Parameters:
    schema
    qb

    up

    public any up([any schema], [any qb])

    Parameters:
    schema
    qb