|
From: Eduardo G. <my4...@us...> - 2015-01-24 05:58:03
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Global Store".
The branch, master has been updated
via 6731c23998ee47bada03a59c986122972c9dbde2 (commit)
from 025dbdf2aa48ec5152d99fa1ccaa2d5fa4416014 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 6731c23998ee47bada03a59c986122972c9dbde2
Author: Eduardo <epp...@gm...>
Date: Sat Jan 24 01:27:26 2015 -0430
Drops index
diff --git a/src/sql/drops.sql b/src/sql/drops.sql
index 4e686fb..96fbbfb 100644
--- a/src/sql/drops.sql
+++ b/src/sql/drops.sql
@@ -43,6 +43,12 @@ DROP VIEW LIST_INVOICE_FROM_PLACE;
DROP VIEW FROM_PLACE;
+drop index ID_Nombre_Apellido;
+drop index ID_Nombre_Contenido;
+drop index ID_FK_FECHA ;
+drop index Name_Place ;
+drop index ID_Name_Developer;
+
/*-------------ELIMINACION DE LOS CONSTRAINTS---------------*/
/*FK_ALBUM_ALB_AUT
-----------------------------------------------------------------------
Summary of changes:
src/sql/drops.sql | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
hooks/post-receive
--
Global Store
|