From 4e8c4ae9f424d7d5396fe1effc8e43a30399783e Mon Sep 17 00:00:00 2001 From: Chris Cromer Date: Thu, 16 Jul 2020 16:34:41 -0400 Subject: [PATCH] agregar drop table por tablas nuevas --- drop_table.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drop_table.sql b/drop_table.sql index 5435067..b4577f9 100644 --- a/drop_table.sql +++ b/drop_table.sql @@ -14,4 +14,6 @@ DROP TABLE PAIS; DROP TABLE ATLETA; DROP TABLE CATEGORIA; DROP TABLE MEDALLA; +DROP TABLE PERTENECER; +DROP TABLE COMPETER_POR; PURGE RECYCLEBIN;