From: les_kopari Date: Sat, 17 Jan 2004 12:52:42 +0000 (+0000) Subject: Renamed table. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=945e013c67f58b42861555a897188bc68f0712e7;p=moodle.git Renamed table. --- diff --git a/lib/db/schemaEvent.xml b/lib/db/schemaEvent.xml new file mode 100755 index 0000000000..c2b5ef187b --- /dev/null +++ b/lib/db/schemaEvent.xml @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Insert 1 row for testing only...comment out later + + insert into event values (1,1,1,1,1,1,1,1,1,1,1,1) + + + insert into event values (1,1,1,1,1,1,1,1,1,1,1,1) + + + insert into event values (1,1,1,1,1,1,1,1,1,1,1,1) + + +
+ diff --git a/lib/db/schemaGroups.xml b/lib/db/schemaGroups.xml new file mode 100755 index 0000000000..911c79310e --- /dev/null +++ b/lib/db/schemaGroups.xml @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Insert 1 row for testing only...comment out later + + insert into groups values (1,1,1,1,1,1,1,1) + + + insert into groups values (1,1,1,1,1,1,1,1) + + + insert into groups values (1,1,1,1,1,1,1,1) + + +
+