From 1f4dc55b3557b078de58863f3bafec5f141b8c44 Mon Sep 17 00:00:00 2001 From: Gianfranco Harres <gsh18@inf.ufpr.br> Date: Tue, 4 Feb 2020 11:45:59 -0300 Subject: [PATCH] Resolve "Atualizar tabela form_owner para conter forms criados no fixture" --- workspace/fixture/form_owner.csv | 3 +++ 1 file changed, 3 insertions(+) diff --git a/workspace/fixture/form_owner.csv b/workspace/fixture/form_owner.csv index 70ef5c2..287505b 100644 --- a/workspace/fixture/form_owner.csv +++ b/workspace/fixture/form_owner.csv @@ -1 +1,4 @@ id;id_user;id_form +1;1;1 +2;1;2 +3;1;3 -- GitLab