Revision 11102
Added by Aaron Marcuse-Kubitza about 11 years ago
vegbien.my.sql | ||
---|---|---|
2279 | 2279 |
locationeventcontributor_id int(11) NOT NULL, |
2280 | 2280 |
locationevent_id int(11) NOT NULL, |
2281 | 2281 |
party_id int(11) NOT NULL, |
2282 |
role varchar(255) NOT NULL,
|
|
2282 |
role varchar(255), |
|
2283 | 2283 |
contributiondate date |
2284 | 2284 |
); |
2285 | 2285 |
|
Also available in: Unified diff
bugfix: schemas/vegbien.sql: locationeventcontributor.role: made it optional because some locationeventcontributors may not have an associated role