ActionScheduler_Abstract_Schema
Description Description
Source Source
File: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_Schema.php
Methods Methods
- get_full_table_name
- get_table_definition
- mark_schema_update_complete — Update the option in WordPress to indicate that our schema is now up to date
- register_tables — Register tables with WordPress, and create them if needed.
- schema_update_required — Determine if the database schema is out of date by comparing the integer found in $this->schema_version with the option set in the WordPress options table
- update_table — Update the schema for the given table