[Alba-desarrollo] SVN Alba r5458 - prosistem/alba/trunk/alba/config
commits en pressenter.com.ar
commits en pressenter.com.ar
Vie Feb 15 01:24:01 CET 2008
Author: josx
Date: 2008-02-14 22:24:00 -0200 (Thu, 14 Feb 2008)
New Revision: 5458
Modified:
prosistem/alba/trunk/alba/config/schema.yml
Log:
Arreglo en rel_docente_establecimiento para hacer visible el campo ID ya que si no lo genera el ORM igualmente en el modelo
Modified: prosistem/alba/trunk/alba/config/schema.yml
===================================================================
--- prosistem/alba/trunk/alba/config/schema.yml 2008-02-15 00:22:56 UTC (rev 5457)
+++ prosistem/alba/trunk/alba/config/schema.yml 2008-02-15 00:24:00 UTC (rev 5458)
@@ -1618,6 +1618,11 @@
rel_docente_establecimiento:
_attributes:
idMethod: native
+ id:
+ type: INTEGER
+ required: true
+ autoIncrement: true
+ primaryKey: true
fk_establecimiento_id:
type: integer
required: true
Más información sobre la lista de distribución Alba-desarrollo