core_updates_v1.0-beta.php
Update functions for ApiOpenStudio v1.0-beta
Tags
Table of Contents
- update_all_core_processors_beta() : mixed
- Update all core resources.
- add_open_api_columns() : mixed
- Add the OpenApi columns
- update_var_store_table() : mixed
- Update var_store: Add accid column and make appid and value nullable.
- update_core_table() : mixed
- Update core: rename to installed_version, add column (module).
Functions
update_all_core_processors_beta()
Update all core resources.
update_all_core_processors_beta(ADOConnection $db) : mixed
Parameters
- $db : ADOConnection
Return values
mixed —add_open_api_columns()
Add the OpenApi columns
add_open_api_columns(ADOConnection $db) : mixed
Parameters
- $db : ADOConnection
Tags
Return values
mixed —update_var_store_table()
Update var_store: Add accid column and make appid and value nullable.
update_var_store_table(ADOConnection $db) : mixed
Parameters
- $db : ADOConnection
Tags
Return values
mixed —update_core_table()
Update core: rename to installed_version, add column (module).
update_core_table(ADOConnection $db) : mixed
Parameters
- $db : ADOConnection