Hallo. The indexes of my application 

http://stramonio-spot.appspot.com/

are not upgrading. we added the line  *    attivo = 
ndb.IntegerProperty(indexed=True)* in our models.py file several days 
ago(see code lines below),
 but still only the *posizione* idex is shown .
Any help appreciated


class Tema(ndb.Model):
    nome = ndb.StringProperty(indexed=False)
    descrizione = ndb.StringProperty(indexed=False)
    immagine = ndb.BlobProperty(indexed=False)
    posizione = ndb.IntegerProperty(indexed=True)
*    attivo = ndb.IntegerProperty(indexed=True)*
    ts = ndb.DateTimeProperty(auto_now_add=True)


Il giorno martedì 18 dicembre 2012 13:58:14 UTC+1, Herbert Gomez ha scritto:
>
> Dear App Engine Team,
>
> The indexes of my application 'decorsebas12 
> <https://appengine.google.com/dashboard?&app_id=s~decorsebas12>' keep 
> building since last week. My application does not have many data; 
> therefore, I assume this is not a normal behavior. Can you provide me some 
> help here?
>
> Thanks and best regards,decorsebas12
> Herbert
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.

Reply via email to