summaryrefslogtreecommitdiffstats
path: root/config-db/OpenSLX/MetaDB/Base.pm
diff options
context:
space:
mode:
authorOliver Tappe2008-01-03 16:20:44 +0100
committerOliver Tappe2008-01-03 16:20:44 +0100
commita6b29cc972d8775398b4ae03d69123af3034a4ee (patch)
tree152fb2762f2c0b07ae633515a1eda74677d8cda0 /config-db/OpenSLX/MetaDB/Base.pm
parent* Fixed problem with invocation of debootstrap that caused it to fail (diff)
downloadcore-a6b29cc972d8775398b4ae03d69123af3034a4ee.tar.gz
core-a6b29cc972d8775398b4ae03d69123af3034a4ee.tar.xz
core-a6b29cc972d8775398b4ae03d69123af3034a4ee.zip
* intermediate checkin of refactoring of the way attributes are stored in DB
and passed in and out via the DB-layer N.B.: this may break things, will be fixed later today git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1440 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'config-db/OpenSLX/MetaDB/Base.pm')
-rw-r--r--config-db/OpenSLX/MetaDB/Base.pm12
1 files changed, 10 insertions, 2 deletions
diff --git a/config-db/OpenSLX/MetaDB/Base.pm b/config-db/OpenSLX/MetaDB/Base.pm
index 7c4a8f3b..13ebe171 100644
--- a/config-db/OpenSLX/MetaDB/Base.pm
+++ b/config-db/OpenSLX/MetaDB/Base.pm
@@ -218,11 +218,19 @@ sub schemaFetchDBVersion
{
}
-sub schemaConvertTypeDescrToNative
+sub schemaSetDBVersion
+{
+}
+
+sub schemaCreate
{
}
-sub schemaDeclareTable
+sub schemaUpgradeToCurrent
+{
+}
+
+sub schemaConvertTypeDescrToNative
{
}