summaryrefslogtreecommitdiff
path: root/application.rb
diff options
context:
space:
mode:
Diffstat (limited to 'application.rb')
-rw-r--r--application.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/application.rb b/application.rb
index 6f4dd29..d3787a9 100644
--- a/application.rb
+++ b/application.rb
@@ -7,8 +7,8 @@ class Model
property :id, Serial
property :uri, String, :length => 100
#property :task_uri, String, :length => 100
- property :owl, Text
- property :yaml, Text
+ property :owl, Text, :length => 2**32-1
+ property :yaml, Text, :length => 2**32-1
property :created_at, DateTime
end