agregar drop table por tablas nuevas

This commit is contained in:
Chris Cromer 2020-07-16 16:34:41 -04:00
parent e19e1389ba
commit 4e8c4ae9f4
1 changed files with 2 additions and 0 deletions

View File

@ -14,4 +14,6 @@ DROP TABLE PAIS;
DROP TABLE ATLETA; DROP TABLE ATLETA;
DROP TABLE CATEGORIA; DROP TABLE CATEGORIA;
DROP TABLE MEDALLA; DROP TABLE MEDALLA;
DROP TABLE PERTENECER;
DROP TABLE COMPETER_POR;
PURGE RECYCLEBIN; PURGE RECYCLEBIN;