1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE schema SYSTEM "../../dtd/xmlSchema.dtd">
7 * Copyright (c) 2000-2009 John Willinsky
8 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
10 * Scheduled tasks schema descriptor in XML.
12 * $Id: scheduledTasks.xml,v 1.3 2009/04/08 21:34:55 asmecher Exp $
15 <schema version="0.2">
18 * TABLE scheduled_tasks
21 <table name="scheduled_tasks">
22 <field name="class_name" type="C2" size="255">
25 <field name="last_run" type="T" />
26 <descr>The last run times of all scheduled tasks.</descr>
27 <index name="scheduled_tasks_pkey">