I just create another table

my model
db.define_table('lixo',
    Field('status','integer',default=0),
    Field('situation','integer',default=1)
    )

sql.log
timestamp: 2014-11-08T11:37:43.948890
CREATE TABLE lixo(
    id INTEGER PRIMARY KEY AUTOINCREMENT,
    status INTEGER,
    situation INTEGER
);
success!
success!
success!
success!
success!
success!
success!
success!

however i cannot see it in admin

that is strange ,why ?
Thank you

2014-11-08 11:34 GMT+00:00 António Ramos <ramstei...@gmail.com>:

> hello i added a field in my table but dont see it in admin
> Also changed the label of another field and in admin still see the old
> label.
> Then i opened the sql.log and i see the alter table to add that field and
> then i see a lot if sequential success! like this
>
> success!
> success!
> success!
> success!
> success!
> success!
> success!
> success!
> success!
> success!
> success!
> success!
> success!
> success!
> success!
> success!
> success!
> success!
> success!
> success!
> success!
> success!
> success!
> success!
> success!
> success!
> success!
> success!
> success!
> success!
> success!
> success!
> success!
> success!
> success!
>
>
>
> Why is not my field visible in admin ?
> and why do i see old label instead of new one.
>
> Is normal those sequential success message? (nothing in between them )
>
> Thank you
>
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to