summaryrefslogtreecommitdiff
path: root/classes/Notice_source.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-07-31 11:27:31 -0400
committerEvan Prodromou <evan@prodromou.name>2008-07-31 11:27:31 -0400
commit9676315b2eb2d888d9b7333c3f95a524a3e74712 (patch)
tree7aaa1b34624a667c3fac8f868aac8021957e94e6 /classes/Notice_source.php
parent557f56a4a74e41d4b5c1e09e9eb2465529724c3f (diff)
extend length of source for notices
darcs-hash:20080731152731-84dde-dc6bf652c38ae9a52950e65d7cb310f870a70640.gz
Diffstat (limited to 'classes/Notice_source.php')
-rw-r--r--classes/Notice_source.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/Notice_source.php b/classes/Notice_source.php
index cef2883b0..fe6d3d4f1 100644
--- a/classes/Notice_source.php
+++ b/classes/Notice_source.php
@@ -10,7 +10,7 @@ class Notice_source extends DB_DataObject
/* the code below is auto generated do not remove the above tag */
public $__table = 'notice_source'; // table name
- public $code; // varchar(8) primary_key not_null
+ public $code; // varchar(32) primary_key not_null
public $name; // varchar(255) not_null
public $url; // varchar(255) not_null
public $created; // datetime() not_null