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:
mdb
2002-11-08 21:49:18 +00:00
parent aa4c37541a
commit 2de6a6923b
10 changed files with 404 additions and 58 deletions
+6 -1
View File
@@ -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.
*/