ozeigermann 2003/11/25 05:31:11
Modified: proposals/stores/org/apache/slide/store/impl/rdbms
SQLServerSchema.sql
Log:
Minor cleaning
Revision Changes Path
1.3 +0 -16
jakarta-slide/proposals/stores/org/apache/slide/store/impl/rdbms/SQLServerSchema.sql
Index: SQLServerSchema.sql
===================================================================
RCS file:
/home/cvs/jakarta-slide/proposals/stores/org/apache/slide/store/impl/rdbms/SQLServerSchema.sql,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- SQLServerSchema.sql 19 Nov 2003 11:46:36 -0000 1.2
+++ SQLServerSchema.sql 25 Nov 2003 13:31:11 -0000 1.3
@@ -1,9 +1,4 @@
/**********************************************************************/
-/****** NEW SLIDE DATABASE SCHEMA Date: 12/01/02 ******/
-/**********************************************************************/
-
-
-/**********************************************************************/
/****** DROP SLIDE TABLES ******/
/**********************************************************************/
@@ -99,7 +94,6 @@
sp_addtype revision_no_type, "varchar(20)"
GO
-
sp_addtype hash_type, bigint
GO
@@ -108,16 +102,6 @@
sp_addtype value_str_type, "varchar(255)"
GO
-
-/***********************************************/
-/** Sybase **/
-/***********************************************/
-/** sp_addtype id_type, "numeric(18,0)" **/
-/** GO **/
-/** sp_addtype uri_str_type, "varchar(255)" **/
-/** GO **/
-/***********************************************/
-
/**********************************************************************/
/****** CREATE SLIDE TABLES ******/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]