summaryrefslogtreecommitdiffstats
path: root/application/models/DbTable
diff options
context:
space:
mode:
authorBjörn Geiger2011-08-22 12:31:48 +0200
committerBjörn Geiger2011-08-22 12:31:48 +0200
commitbdbf7625d172fa64e7694f3bf37eed642517bbe1 (patch)
tree9e7b2593693dde4d0c224169b6c189bafc7feb72 /application/models/DbTable
parentminor (diff)
downloadpoolctrl-bdbf7625d172fa64e7694f3bf37eed642517bbe1.tar.gz
poolctrl-bdbf7625d172fa64e7694f3bf37eed642517bbe1.tar.xz
poolctrl-bdbf7625d172fa64e7694f3bf37eed642517bbe1.zip
Datenbankänderung
Diffstat (limited to 'application/models/DbTable')
-rw-r--r--application/models/DbTable/Eventtype.php (renamed from application/models/DbTable/Runningtype.php)4
-rw-r--r--application/models/DbTable/Reporttype.php20
2 files changed, 2 insertions, 22 deletions
diff --git a/application/models/DbTable/Runningtype.php b/application/models/DbTable/Eventtype.php
index 0ed5638..6c54913 100644
--- a/application/models/DbTable/Runningtype.php
+++ b/application/models/DbTable/Eventtype.php
@@ -10,10 +10,10 @@
* General information about OpenSLX can be found at http://openslx.org/
*/
-class Application_Model_DbTable_Runningtype extends Zend_Db_Table_Abstract
+class Application_Model_DbTable_Eventtype extends Zend_Db_Table_Abstract
{
- protected $_name = 'poolctrl_runningtype';
+ protected $_name = 'poolctrl_eventtype';
}
diff --git a/application/models/DbTable/Reporttype.php b/application/models/DbTable/Reporttype.php
deleted file mode 100644
index fe62330..0000000
--- a/application/models/DbTable/Reporttype.php
+++ /dev/null
@@ -1,20 +0,0 @@
-<?php
-/*
- * Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg
- * This program is free software distributed under the GPL version 2.
- * See http://gpl.openslx.org/
- *
- * If you have any feedback please consult http://feedback.openslx.org/ and
- * send your suggestions, praise, or complaints to feedback@openslx.org
- *
- * General information about OpenSLX can be found at http://openslx.org/
- */
-
-class Application_Model_DbTable_Reporttype extends Zend_Db_Table_Abstract
-{
-
- protected $_name = 'poolctrl_reporttype';
-
-
-}
-