Updating branch refs/heads/nick/maintainer-improvements
to 17084e1cd10cb2c939e2319c1677a38407a63e7c (commit)
from 7e68548d9749f926c8f8fe01301724fda372e5a6 (commit)
commit 17084e1cd10cb2c939e2319c1677a38407a63e7c
Author: Nick Schermer <[email protected]>
Date: Sat Oct 15 22:49:31 2011 +0200
Set field length for postgres.
lib/models/project.rb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lib/models/project.rb b/lib/models/project.rb
index 9464eae..1f5caf6 100755
--- a/lib/models/project.rb
+++ b/lib/models/project.rb
@@ -95,7 +95,7 @@ module Moka
end
property :name, String, :key => true
- property :website, String
+ property :website, String, :length => 100
property :description, Text
has n, :maintainers, :through => Resource
_______________________________________________
Xfce4-commits mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce4-commits