Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F872042
D153.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Thu, May 8, 8:16 AM
Size
502 B
Mime Type
text/x-diff
Expires
Fri, May 9, 8:16 AM (8 m, 44 s)
Engine
blob
Format
Raw Data
Handle
617773
Attached To
D153: INP-1501 - Replace "emailevents" with "email-template" in 5.3.x upgrade script
D153.diff
View Options
Index: branches/5.3.x/core/install/upgrades.php
===================================================================
--- branches/5.3.x/core/install/upgrades.php
+++ branches/5.3.x/core/install/upgrades.php
@@ -2364,7 +2364,7 @@
// add new ml columns to phrases/e-mail events
$ml_helper->createFields('phrases');
- $ml_helper->createFields('emailevents');
+ $ml_helper->createFields('email-template');
}
elseif ( $mode == 'after' ) {
$sql = 'SELECT Event, ScheduledTaskId
Event Timeline
Log In to Comment