From 08481e544c4fb7f14859c56c8cd0ddd6e9c08010 Mon Sep 17 00:00:00 2001 From: les_kopari Date: Wed, 24 Dec 2003 17:33:05 +0000 Subject: [PATCH] Inserts for MySQL and PostGRES. --- mod/attendance/db/schema.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mod/attendance/db/schema.xml b/mod/attendance/db/schema.xml index 9e688e98ca..6df629e3fd 100755 --- a/mod/attendance/db/schema.xml +++ b/mod/attendance/db/schema.xml @@ -80,12 +80,12 @@ - SQL to be executed only on specific platforms + Insert 1 row for testing only...comment out later - insert into mytable ( row1, row2 ) values ( 12, 'stuff' ) + insert into attendance(id,name,course,day,hours,roll,notes,timemodified,dynsection,edited,autoattend) values (1,'1',1,1,1,1,'1',1,1,1,1) - insert into mytable ( row1, row2 ) values ( 12, 'different stuff' ) + insert into attendance(id,name,course,day,hours,roll,notes,timemodified,dynsection,edited,autoattend) values (1,'1',1,1,1,1,'1',1,1,1,1) insert into attendance(id,name,course,day,hours,roll,notes,timemodified,dynsection,edited,autoattend) values (1,'1',1,1,1,1,'1',1,1,1,1) -- 2.39.5