Add example to migrate_exercise.sql
This commit is contained in:
@ -86,3 +86,11 @@ BEGIN
|
|||||||
|
|
||||||
END;
|
END;
|
||||||
$$;
|
$$;
|
||||||
|
|
||||||
|
/* Execute migration
|
||||||
|
do $$
|
||||||
|
begin
|
||||||
|
perform migrate_exercise(target_exercise := 237, duplicated_exercise := 695);
|
||||||
|
end
|
||||||
|
$$;
|
||||||
|
*/
|
||||||
|
Reference in New Issue
Block a user