From a5144cd21c5c6537d2e95e608b970e750a421986 Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Tue, 16 Mar 2010 11:05:40 +0100 Subject: toxcreate adapted for new representation --- application.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'application.rb') diff --git a/application.rb b/application.rb index 9c50383..b43b11f 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