contentbox.migrations

Class 2022_04_20_143337_v5_3_0_deprecateMobileLayout

lucee.Component
    extended by contentbox.migrations.2022_04_20_143337_v5_3_0_deprecateMobileLayout

This migration will remove the 'mobileLayout' column from the 'cb_page' table because it is being deprecated.

Class Attributes:
  • version : 5.3.0
  •  
  • synchronized : false
  •  
  • see : CONTENTBOX-1372 - https://ortussolutions.atlassian.net/browse/CONTENTBOX-1372
  •  
  • accessors : false
  •  
  • persistent : false
  •  
  • author : Daniel Garcia
  •  
    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