From ba3bf8f648c9c60f62f7e0b6fdf2428e2b1205a7 Mon Sep 17 00:00:00 2001 From: GID Projects Date: Tue, 9 Jun 2020 10:17:50 -0400 Subject: [PATCH 1/2] no message --- DropTable.sql | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 DropTable.sql diff --git a/DropTable.sql b/DropTable.sql new file mode 100644 index 0000000..4f14cbb --- /dev/null +++ b/DropTable.sql @@ -0,0 +1,16 @@ +DROP TABLE participar_precompetencia; +DROP TABLE participar_competencia; +DROP TABLE ganar; +DROP TABLE hospedar; +DROP TABLE precompetencia; +DROP TABLE competencia; +DROP TABLE delegacion; +DROP TABLE capital; +DROP TABLE hotel; +DROP TABLE lugar; +DROP TABLE ciudad; +DROP TABLE tipos_deportes; +DROP TABLE pais; +DROP TABLE atleta; +DROP TABLE categoria; +DROP TABLE medalla; \ No newline at end of file From 6d5a5a9a6d10dfd353e6ce9f5db7599f705a0027 Mon Sep 17 00:00:00 2001 From: GID Projects Date: Tue, 9 Jun 2020 13:10:08 -0400 Subject: [PATCH 2/2] no message --- DropTable.sql => drop_table.sql | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename DropTable.sql => drop_table.sql (100%) diff --git a/DropTable.sql b/drop_table.sql similarity index 100% rename from DropTable.sql rename to drop_table.sql