Korrektur an den Tabellenname für SciInistitute

git-svn-id: https://svn.libreccm.org/ccm/trunk@1280 8810af33-2d31-482b-a856-94f89814c4df
master
jensp 2011-11-20 20:56:16 +00:00
parent cce7f68179
commit 2e311ef532
1 changed files with 3 additions and 3 deletions

View File

@ -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 {