You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by we...@apache.org on 2004/02/24 16:33:40 UTC

cvs commit: jakarta-jetspeed-2/components/registry/src/sql/hsql drop-db.sql

weaver      2004/02/24 07:33:40

  Modified:    components/registry/src/sql/hsql drop-db.sql
  Log:
  added drops for OJB tables.
  
  Revision  Changes    Path
  1.2       +10 -0     jakarta-jetspeed-2/components/registry/src/sql/hsql/drop-db.sql
  
  Index: drop-db.sql
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/components/registry/src/sql/hsql/drop-db.sql,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- drop-db.sql	24 Feb 2004 00:48:21 -0000	1.1
  +++ drop-db.sql	24 Feb 2004 15:33:40 -0000	1.2
  @@ -14,3 +14,13 @@
   DROP TABLE LOCALIZED_DISPLAY_NAME IF EXISTS; 
   DROP TABLE SECURITY_ROLE_REFERENCE IF EXISTS;
   
  +DROP TABLE OJB_HL_SEQ IF EXISTS; 
  +DROP TABLE OJB_LOCKENTRY IF EXISTS; 
  +DROP TABLE OJB_NRM IF EXISTS; 
  +DROP TABLE OJB_DLIST IF EXISTS; 
  +DROP TABLE OJB_DLIST_ENTRIES IF EXISTS; 
  +DROP TABLE OJB_DSET IF EXISTS; 
  +DROP TABLE OJB_DSET_ENTRIES IF EXISTS; 
  +DROP TABLE OJB_DMAP IF EXISTS; 
  +DROP TABLE OJB_DMAP_ENTRIES IF EXISTS;
  +
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org