[915] in BarnOwl Developers

home help back first fref pref prev next nref lref last post

[D-O-H] r902 - branches/barnowl_sqlite/owl

daemon@ATHENA.MIT.EDU (nelhage@MIT.EDU)
Thu Oct 29 18:11:05 2009

Resent-From: nelhage@mit.edu
Resent-To: barnowl-dev-mtg@charon.mit.edu
X-Original-To: nelhage@nelhage.com
To: dirty-owl-hackers@MIT.EDU
From: nelhage@MIT.EDU
Reply-to: dirty-owl-hackers@MIT.EDU
Date: Thu, 24 Jan 2008 17:34:05 -0500 (EST)

Author: nelhage
Date: 2008-01-24 17:34:04 -0500 (Thu, 24 Jan 2008)
New Revision: 902

Modified:
   branches/barnowl_sqlite/owl/createdb.pl
Log:
Add a `deleted' field to the database


Modified: branches/barnowl_sqlite/owl/createdb.pl
===================================================================
--- branches/barnowl_sqlite/owl/createdb.pl	2008-01-24 21:42:10 UTC (rev 901)
+++ branches/barnowl_sqlite/owl/createdb.pl	2008-01-24 22:34:04 UTC (rev 902)
@@ -42,6 +42,11 @@
             length => 10,
             null   => 0,
            }),
+        DBIx::DBSchema::Column->new({
+            name    => 'deleted',
+            type    => 'bool',
+            default => 'false'
+           })
         ],
     'index'       => DBIx::DBSchema::ColGroup::Index->new([
         ]),


home help back first fref pref prev next nref lref last post