bulk_update_rule_id_sequence
Sequence generator for the column 'identifier' of the table 'bulk_update_rule'.
To facilitate the generation of unique values for the primary key column 'identifier' of the table 'bulk_update_rule'.
CREATE sequence bulk_update_rule_id_sequence start 1;
Version 2.23
Version 2.31
= Version 2.23 =
CREATE sequence bulk_update_rule_id_sequence start 1;
= Version 2.32 =
-- Drop the bulk update table DROP sequence bulk_update_rule_id_sequence;