Add Tag to the list of objects dumped and loaded.

This commit is contained in:
Cassowary Rusnov 2022-04-06 11:44:19 -07:00
parent 62099efa85
commit d7cfc5419e
1 changed files with 4 additions and 2 deletions

View File

@ -40,7 +40,8 @@ DUMP_TRIVIAL = ["FinancialType",
"OptionGroup", "OptionGroup",
"OptionValue", "OptionValue",
"Domain", "Domain",
"SavedSearch"] "SavedSearch",
"Tag"]
# "ContributionPage", needs payment processors & payment_processor column formatted correctly. # "ContributionPage", needs payment processors & payment_processor column formatted correctly.
@ -66,7 +67,8 @@ LOAD_TRIVIAL = ["FinancialType",
"OptionValue", "OptionValue",
"Domain", "Domain",
"Contact", "Contact",
"SavedSearch"] "SavedSearch",
"Tag"]
WEIRD_LIST = [ WEIRD_LIST = [
("civicrm_contact", "contact_sub_type"), ("civicrm_contact", "contact_sub_type"),