Merge pull request #6 from cromerc/feature_Agregacion_Drop
Feature agregacion drop
This commit is contained in:
commit
7746227782
16
drop_table.sql
Normal file
16
drop_table.sql
Normal 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;
|
Loading…
Reference in New Issue
Block a user