TT#151250 journals: remove tx_id unique key

* tx_id is no longer a unique key

Change-Id: I7fdd115f989997ef8939469a2851b13dd89b381e
mr10.3
Kirill Solomko 3 years ago
parent be78127ac6
commit ebe5c8e76b

@ -72,8 +72,6 @@ __PACKAGE__->add_columns(
},
);
__PACKAGE__->set_primary_key("id");
__PACKAGE__->add_unique_constraint("tx_id_idx", ["tx_id"]);
__PACKAGE__->set_primary_key("id");
sub TO_JSON {

Loading…
Cancel
Save