From 9e0c2c69f7832aede185bfd0062530ff3f97b565 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladimir=20T=C3=A1mara=20Pati=C3=B1o?= Date: Thu, 23 Nov 2023 17:25:22 -0500 Subject: [PATCH] Actualiza --- test/dummy/db/structure.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/dummy/db/structure.sql b/test/dummy/db/structure.sql index 1cfb8e782..bccd1f0bc 100644 --- a/test/dummy/db/structure.sql +++ b/test/dummy/db/structure.sql @@ -7753,6 +7753,7 @@ INSERT INTO "schema_migrations" (version) VALUES ('20231007095930'), ('20231120094041'), ('20231120175125'), -('20231121135551'); +('20231121135551'), +('20231121203443');