Statistics
| Branch: | Tag: | Revision:

root / flowspec / sql / then_action.sql @ 97e42c7d

History | View | Annotate | Download (104 Bytes)

1
INSERT INTO `then_action` (`id`, `action`, `action_value`) VALUES
2
(1, 'accept', ''),
3
(2, 'discard', '');