Notes, edits, tigers, oh my!
git-svn-id: https://samskivert.googlecode.com/svn/trunk@898 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/**
|
||||
* $Id: tasks-schema.sql,v 1.1 2002/11/08 09:14:21 mdb Exp $
|
||||
* $Id: tasks-schema.sql,v 1.2 2002/11/08 21:49:18 mdb Exp $
|
||||
*
|
||||
* Schema for the Two Due tasks and notes table.
|
||||
*/
|
||||
@@ -61,6 +61,11 @@ CREATE TABLE TASKS
|
||||
*/
|
||||
COMPLETION DATE,
|
||||
|
||||
/**
|
||||
* Free form notes associated with this task.
|
||||
*/
|
||||
NOTES TEXT NOT NULL,
|
||||
|
||||
/**
|
||||
* Defines our table keys.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user