[Tynstep-svn] r243 - trunk/step/step-core

ChrisBurrell at crosswire.org ChrisBurrell at crosswire.org
Wed Apr 18 12:02:04 MST 2012


Author: ChrisBurrell
Date: 2012-04-18 12:02:04 -0700 (Wed, 18 Apr 2012)
New Revision: 243

Removed:
   trunk/step/step-core/db-drop.sql
Log:
file committed by mistake

Deleted: trunk/step/step-core/db-drop.sql
===================================================================
--- trunk/step/step-core/db-drop.sql	2012-04-18 18:55:16 UTC (rev 242)
+++ trunk/step/step-core/db-drop.sql	2012-04-18 19:02:04 UTC (rev 243)
@@ -1,44 +0,0 @@
-SET REFERENTIAL_INTEGRITY FALSE;
-
-drop table if exists bookmark;
-
-drop table if exists geo_place;
-
-drop table if exists history;
-
-drop table if exists hot_spot;
-
-drop table if exists relational_person;
-
-drop table if exists scripture_reference;
-
-drop table if exists session;
-
-drop table if exists timeband;
-
-drop table if exists timeline_event;
-
-drop table if exists users;
-
-SET REFERENTIAL_INTEGRITY TRUE;
-
-drop sequence if exists bookmark_seq;
-
-drop sequence if exists geo_place_seq;
-
-drop sequence if exists history_seq;
-
-drop sequence if exists hot_spot_seq;
-
-drop sequence if exists relational_person_seq;
-
-drop sequence if exists scripture_reference_seq;
-
-drop sequence if exists session_seq;
-
-drop sequence if exists timeband_seq;
-
-drop sequence if exists timeline_event_seq;
-
-drop sequence if exists users_seq;
-




More information about the Tynstep-svn mailing list