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)


Top ↑

Return Return

(void)


Top ↑

Source Source

File: packages/action-scheduler/classes/data-stores/ActionScheduler_HybridStore.php


			


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.