summaryrefslogtreecommitdiff
path: root/application.rb
diff options
context:
space:
mode:
Diffstat (limited to 'application.rb')
-rw-r--r--application.rb2
1 files changed, 1 insertions, 1 deletions
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