contentbox.migrations

Class 2020_01_01_150933_init

lucee.Component
    extended by contentbox.migrations.2020_01_01_150933_init

This migration is to migrate ContentBox v4 databases to v5 standards.

Class Attributes:
  • synchronized : false
  •  
  • accessors : false
  •  
  • persistent : false
  •  
    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 query])
    any up([any schema], [any query])
     
    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 query])

    Parameters:
    schema
    query

    up

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

    Parameters:
    schema
    query