From ec441343dd0482a94978ea3e10d5056d749bceba Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Thu, 18 Mar 2010 20:54:25 +0100 Subject: more detailed model information in toxcreate --- application.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'application.rb') diff --git a/application.rb b/application.rb index 14c4aa6..75f2271 100644 --- a/application.rb +++ b/application.rb @@ -7,7 +7,7 @@ class Model include DataMapper::Resource property :id, Serial property :uri, String, :length => 255 - #property :owl, Text, :length => 2**32-1 + property :owl, Text, :length => 2**32-1 property :yaml, Text, :length => 2**32-1 property :created_at, DateTime end -- cgit v1.2.3