projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8fccb0d
)
Add title field to cust_attachment
author
mark
<mark>
Mon, 23 Nov 2009 22:09:46 +0000
(22:09 +0000)
committer
mark
<mark>
Mon, 23 Nov 2009 22:09:46 +0000
(22:09 +0000)
FS/FS/Schema.pm
patch
|
blob
|
history
diff --git
a/FS/FS/Schema.pm
b/FS/FS/Schema.pm
index
553ddc2
..
cf6844e
100644
(file)
--- a/
FS/FS/Schema.pm
+++ b/
FS/FS/Schema.pm
@@
-380,8
+380,9
@@
sub tables_hashref {
'otaker', 'varchar', '', 32, '', '',
'filename', 'varchar', '', 32, '', '',
'mime_type', 'varchar', '', 32, '', '',
+ 'title', 'varchar', 'NULL', 32, '', '',
'body', 'blob', 'NULL', '', '', '',
- 'disabled',
@date_type, '
', '',
+ 'disabled',
'varchar', 'NULL', '10
', '',
],
'primary_key' => 'attachnum',
'unique' => [],