summaryrefslogtreecommitdiff
path: root/application.rb
diff options
context:
space:
mode:
Diffstat (limited to 'application.rb')
-rwxr-xr-xapplication.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/application.rb b/application.rb
index 5daaa7e..b130a29 100755
--- a/application.rb
+++ b/application.rb
@@ -6,7 +6,7 @@ class Dataset
include DataMapper::Resource
property :id, Serial
property :uri, String, :length => 255
- property :file, String, :length => 255
+ #property :file, String, :length => 255
property :yaml, Text, :length => 2**32-1
property :owl, Text, :length => 2**32-1
property :created_at, DateTime