Nabarun Gogoi
890603061f
* Add fixture data and populate database with it * Use node to run commands in package scripts * Move test directory out of src directory * Save projects with user and organization relation * Refactor and add generalized function to load data * Populate userOrganization entity with test data * Change project id type from number to string --------- Co-authored-by: neeraj <neeraj.rtly@gmail.com>
23 lines
324 B
JSON
23 lines
324 B
JSON
[
|
|
{
|
|
"role": "Owner",
|
|
"memberIndex": 0,
|
|
"organizationIndex": 0
|
|
},
|
|
{
|
|
"role": "Maintainer",
|
|
"memberIndex": 1,
|
|
"organizationIndex": 0
|
|
},
|
|
{
|
|
"role": "Owner",
|
|
"memberIndex": 2,
|
|
"organizationIndex": 0
|
|
},
|
|
{
|
|
"role": "Owner",
|
|
"memberIndex": 0,
|
|
"organizationIndex": 1
|
|
}
|
|
]
|