lucee.Componentcontentbox.migrations.2020_08_24_150933_v5Upgrade
This migration is to migrate ContentBox v4 databases to v5 standards.
Property Summary | ||||
---|---|---|---|---|
type | property | default | serializable | required |
any
|
migrationService
|
true
|
false
|
Method Summary | |
---|---|
private any
|
createDefaultSite([any schema], [any query])
Create multi-site support. |
private any
|
createPermissions([any schema], [any query])
Creates the new permissions. |
private any
|
createSiteRelationships([any schema], [any query], [any siteId])
|
any
|
down([any schema], [any query])
|
private any
|
isContentBox4()
|
any
|
migrateIdentifiersToGUIDs([any schema], [any query])
Migrate numeric IDs to Guids. |
private any
|
removeUniqueConstraints([any schema], [any query])
MIGRATION UPDATES ************************. |
any
|
scopeGrammarUDFs([any query], [any schema])
Utility functions per database. |
any
|
up([any schema], [any query])
|
private any
|
updateAdminPermissions([any schema], [any query])
Updates the admin with newer permissions. |
Methods inherited from class lucee.Component |
---|
None |
Property Detail |
---|
access
- publicrequired
- falsereturntype
- anyinject
- MigrationService@cfmigrationsserializable
- trueMethod Detail |
---|
Create multi-site support
schema
query
Creates the new permissions
schema
query
schema
query
siteId
schema
query
Migrate numeric IDs to Guids
schema
query
MIGRATION UPDATES ************************
schema
query
Utility functions per database
query
schema
schema
query
Updates the admin with newer permissions
schema
query