From 415280bfc36e7686802d989451f8e7246926f90e Mon Sep 17 00:00:00 2001 From: stronk7 Date: Tue, 5 Sep 2006 17:20:24 +0000 Subject: [PATCH] Added the adodb_logsql table to the XMLDB schema. It's a bit exceptional because it hasn't prefix and originaly it hasn't any PK, although we have added it here to be more Moodle-like. Tested and seems to work properly with the new field. --- lib/db/install.xml | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/lib/db/install.xml b/lib/db/install.xml index b07893ffba..d5c8025b4c 100644 --- a/lib/db/install.xml +++ b/lib/db/install.xml @@ -1,5 +1,5 @@ - @@ -498,7 +498,7 @@ - +
@@ -515,7 +515,21 @@
- +
+ + + + + + + + + + + + +
+ -- 2.39.5