Merge pull request #6 from cromerc/feature_Agregacion_Drop

Feature agregacion drop
This commit is contained in:
Chris Cromer 2020-06-09 13:57:50 -04:00 committed by GitHub
commit 7746227782
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

16
drop_table.sql Normal file
View File

@ -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;