Korrektur an den Tabellenname für SciInistitute
git-svn-id: https://svn.libreccm.org/ccm/trunk@1280 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
cce7f68179
commit
2e311ef532
|
|
@ -4,10 +4,10 @@ import com.arsdigita.kernel.ACSObject;
|
|||
import com.arsdigita.cms.*;
|
||||
|
||||
object type SciInstitute extends GenericOrganizationalUnit {
|
||||
String[0..1] instituteShortDescription = ct_sci_instituts.shortdescription VARCHAR(5000);
|
||||
String[0..1] instituteDescription = ct_sci_instituts.description CLOB;
|
||||
String[0..1] instituteShortDescription = ct_sci_institutes.shortdescription VARCHAR(5000);
|
||||
String[0..1] instituteDescription = ct_sci_institutes.description CLOB;
|
||||
|
||||
reference key ( ct_sci_instituts.institute_id );
|
||||
reference key ( ct_sci_institutes.institute_id );
|
||||
}
|
||||
|
||||
query getIdsOfContactsOfSciInstitute {
|
||||
|
|
|
|||
Loading…
Reference in New Issue