From 3a27bb05758c2ec7f232ee7b09aa7a742f800011 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Thu, 7 Sep 2006 23:50:47 +0000 Subject: [PATCH] Modify a bunch of INSERTs to avoid using empty fields to allow Oracle to avoid the NULLs = empty problem. --- mod/survey/db/install.xml | 104 +++++++++++++++++++------------------- 1 file changed, 52 insertions(+), 52 deletions(-) diff --git a/mod/survey/db/install.xml b/mod/survey/db/install.xml index e235b19b07..da36518fb1 100644 --- a/mod/survey/db/install.xml +++ b/mod/survey/db/install.xml @@ -81,30 +81,30 @@ - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + @@ -123,37 +123,37 @@ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + - - - - - + + + + + @@ -168,4 +168,4 @@ - \ No newline at end of file + -- 2.39.5