Refine api style for change set
This commit is contained in:
@@ -5,8 +5,8 @@ create table operation
|
||||
, undo text not null
|
||||
, parent integer references operation(id) on delete cascade
|
||||
, redo_child integer references operation(id) -- must update before delete
|
||||
, redo_change_set json
|
||||
, undo_change_set json
|
||||
, redo_change_set jsonb
|
||||
, undo_change_set jsonb
|
||||
);
|
||||
|
||||
insert into operation (id, redo, undo) values (0, '', '');
|
||||
|
||||
Reference in New Issue
Block a user