Answer the question
In order to leave comments, you need to log in
How to pull user tables in MODX via Gitify?
I use Gitify in my project for version control. Maybe someone here knows how to get the gitify extract command to pull in user tables?
Answer the question
In order to leave comments, you need to log in
Add to .gitify in the data section:
users:
class: modUser
primary:
- username
user_group_roles:
class: modUserGroupRole
primary:
- id
- name
user_attributes:
class: modUserProfile
primary:
- id
membergroup_names:
class: modUserGroup
primary:
- id
- name
member_groups:
class: modUserGroupMember
primary:
- id
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question