[Xfce4-commits] <moka:master> Set field length for postgres.
Nick Schermer
noreply at xfce.org
Sun Nov 20 14:30:48 CET 2011
Updating branch refs/heads/master
to 17084e1cd10cb2c939e2319c1677a38407a63e7c (commit)
from 7e68548d9749f926c8f8fe01301724fda372e5a6 (commit)
commit 17084e1cd10cb2c939e2319c1677a38407a63e7c
Author: Nick Schermer <nick at xfce.org>
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
More information about the Xfce4-commits
mailing list