From 3e94d0ffc13e3ec634678877d50c422adbb34d24 Mon Sep 17 00:00:00 2001 From: wei <> Date: Fri, 28 Jul 2006 12:33:07 +0000 Subject: remove old maps. --- .../protected/App_Data/mysql-maps/category.xml | 93 ---------------------- 1 file changed, 93 deletions(-) delete mode 100644 demos/time-tracker/protected/App_Data/mysql-maps/category.xml (limited to 'demos/time-tracker/protected/App_Data/mysql-maps/category.xml') diff --git a/demos/time-tracker/protected/App_Data/mysql-maps/category.xml b/demos/time-tracker/protected/App_Data/mysql-maps/category.xml deleted file mode 100644 index 66b0ae5f..00000000 --- a/demos/time-tracker/protected/App_Data/mysql-maps/category.xml +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - - - - - - INSERT INTO categories - (Name, ProjectID, Abbreviation, EstimateDuration) - VALUES(#Name#, #ProjectID#, #Abbreviation#, #EstimateDuration#) - - select LAST_INSERT_ID() as value - - - - - - - - - DELETE FROM categories WHERE CategoryID = #value# - - - - - - - - UPDATE categories SET - Abbreviation = #Abbreviation#, - EstimateDuration = #EstimateDuration#, - Name = #Name#, - ProjectId = #ProjectID# - WHERE - CategoryID = #ID# - - - \ No newline at end of file -- cgit v1.2.3