-
-
Notifications
You must be signed in to change notification settings - Fork 825
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #19317 from ahed-compucorp/dev/core#2285
dev/core#2285 Fix civicrm_alterReportVar hook for contribute detail r…
- Loading branch information
Showing
3 changed files
with
106 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 26 additions & 0 deletions
26
tests/phpunit/CRM/Report/Form/Contribute/fixtures/value_extension_tng55_table.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
-- phpMyAdmin SQL Dump | ||
-- version 4.9.7 | ||
-- https://www.phpmyadmin.net/ | ||
-- | ||
-- Host: 127.0.0.1 | ||
-- Generation Time: Jan 04, 2021 at 06:30 AM | ||
-- Server version: 5.7.32 | ||
-- PHP Version: 7.4.3 | ||
|
||
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; | ||
SET FOREIGN_KEY_CHECKS=0; | ||
|
||
-- | ||
-- Database: `civicrm_tests_dev` | ||
-- | ||
|
||
-- | ||
-- Dumping data for table `civicrm_value_extension_tng55` | ||
-- | ||
|
||
CREATE TABLE `civicrm_value_extension_tng55` ( | ||
`id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Default MySQL primary key', | ||
`entity_id` int(10) UNSIGNED NOT NULL, | ||
`title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, | ||
PRIMARY KEY (`id`) | ||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; |