From 595591a460c9956e0908c89dd90bf79e5c86aee2 Mon Sep 17 00:00:00 2001 From: Jakob Sack Date: Fri, 10 Aug 2012 01:30:08 +0200 Subject: Backgroundjobs: Add table to db_structure.xml --- db_structure.xml | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) (limited to 'db_structure.xml') diff --git a/db_structure.xml b/db_structure.xml index f6dedab0a13..5a783d41a9c 100644 --- a/db_structure.xml +++ b/db_structure.xml @@ -506,6 +506,58 @@ + + + *dbprefix*queuedtasks + + + + + id + integer + 0 + true + 1 + true + 4 + + + + app + text + + true + 255 + + + + klass + text + + true + 255 + + + + method + text + + true + 255 + + + + parameters + clob + true + + + + + + +
+ *dbprefix*users -- cgit v1.2.3