Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F117882831
D587.1775349974.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
1 KB
Referenced Files
None
Subscribers
None
D587.1775349974.diff
View Options
diff --git a/bin/kolab_smtp_access_policy.py b/bin/kolab_smtp_access_policy.py
--- a/bin/kolab_smtp_access_policy.py
+++ b/bin/kolab_smtp_access_policy.py
@@ -89,8 +89,8 @@
Column('id', Integer, Sequence('seq_id_result'), primary_key=True),
Column('key', String(16), nullable=False),
Column('value', Boolean, nullable=False),
- Column('sender', String(64), nullable=True),
- Column('recipient', String(64), nullable=False),
+ Column('sender', String(254), nullable=True),
+ Column('recipient', String(254), nullable=False),
Column('sasl_username', String(64)),
Column('sasl_sender', String(64)),
Column('created', Integer, nullable=False),
@@ -133,8 +133,8 @@
statistic_table = Table(
'statistic', metadata,
Column('id', Integer, Sequence('seq_id_statistic'), primary_key=True),
- Column('sender', String(64), nullable=False),
- Column('recipient', String(64), nullable=False),
+ Column('sender', String(254), nullable=False),
+ Column('recipient', String(254), nullable=False),
Column('date', Date, nullable=False),
Column('count', Integer, nullable=False),
)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Apr 5, 12:46 AM (16 h, 50 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18770580
Default Alt Text
D587.1775349974.diff (1 KB)
Attached To
Mode
D587: Enlarge sender and recipient columns in database
Attached
Detach File
Event Timeline