contentbox.migrations

Class 2022_05_27_133613_v_5_3_0_CONTENTBOX-1437-Drop-cacheLayout-Column

lucee.Component
    extended by contentbox.migrations.2022_05_27_133613_v_5_3_0_CONTENTBOX-1437-Drop-cacheLayout-Column

This migration will remove the 'cacheLayout' column from the 'cb_content' as it is no longer in use

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