ActionScheduler_HybridStore::set_autoincrement( string $table_name, string $table_suffix )
When the actions table is created, set its autoincrement value to be one higher than the posts table to ensure that there are no ID collisions.
Description Description
Parameters Parameters
- $table_name
-
(Required)
- $table_suffix
-
(Required)
Return Return
(void)
Source Source
File: packages/action-scheduler/classes/data-stores/ActionScheduler_HybridStore.php