Revision 6287
Added by Aaron Marcuse-Kubitza about 12 years ago
schemas/vegbien.my.sql | ||
---|---|---|
2526 | 2526 |
projectcontributor_id int(11) NOT NULL, |
2527 | 2527 |
project_id int(11) NOT NULL, |
2528 | 2528 |
party_id int(11) NOT NULL, |
2529 |
role text, |
|
2530 |
surname text |
|
2529 |
role text |
|
2531 | 2530 |
); |
2532 | 2531 |
|
2533 | 2532 |
|
schemas/vegbien.sql | ||
---|---|---|
3399 | 3399 |
projectcontributor_id integer NOT NULL, |
3400 | 3400 |
project_id integer NOT NULL, |
3401 | 3401 |
party_id integer NOT NULL, |
3402 |
role role, |
|
3403 |
surname text |
|
3402 |
role role |
|
3404 | 3403 |
); |
3405 | 3404 |
|
3406 | 3405 |
|
Also available in: Unified diff
schemas/vegbien.sql: projectcontributor: Removed surname, since this information is stored in party_id->party.surname