Skip to content

Commit

Permalink
temporary fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ammopt committed Aug 27, 2024
1 parent 899c43f commit 9e2d26e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
7 changes: 4 additions & 3 deletions code/web/sys/Community/Milestone.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,10 @@ public static function getObjectStructure($context = ''): array {
'type' => 'enum',
'label' => 'When: ',
'values' => [
0 => 'Check In',
1 => 'Check Out',
2 => 'Rating',
'user_checkout' => 'Check Out',
'user_hold' => 'Hold',
'user_list' => 'List',
'user_work_review' => 'Review',
],
],
'itemType' => [
Expand Down
7 changes: 7 additions & 0 deletions code/web/sys/DBMaintenance/community_engagement_updates.php
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,13 @@ function getCommunityEngagementUpdates() {
)ENGINE = InnoDB",
],
],
'pedro_temporary_fix' => [
'title' => 'Pedro Temporary Fix',
'description' => 'Pedro temporary fix',
'sql' => [
"ALTER TABLE milestone MODIFY COLUMN milestoneType varchar(100)"
]
],
'add_table_for_user_campaign_data' => [
'title' => 'Add Table For User Campaign Data',
'description' => 'Add user campaign data table for dashboard',
Expand Down

0 comments on commit 9e2d26e

Please sign in to comment.