Revision 6286
Added by Aaron Marcuse-Kubitza about 12 years ago
schemas/vegbien.my.sql | ||
---|---|---|
2527 | 2527 |
project_id int(11) NOT NULL, |
2528 | 2528 |
party_id int(11) NOT NULL, |
2529 | 2529 |
role text, |
2530 |
surname text, |
|
2531 |
cheatrole text |
|
2530 |
surname text |
|
2532 | 2531 |
); |
2533 | 2532 |
|
2534 | 2533 |
|
schemas/vegbien.sql | ||
---|---|---|
3400 | 3400 |
project_id integer NOT NULL, |
3401 | 3401 |
party_id integer NOT NULL, |
3402 | 3402 |
role role, |
3403 |
surname text, |
|
3404 |
cheatrole text |
|
3403 |
surname text |
|
3405 | 3404 |
); |
3406 | 3405 |
|
3407 | 3406 |
|
Also available in: Unified diff
schemas/vegbien.sql: projectcontributor: Removed cheatrole, since there is already a role field and this field was unused in VegBank