Wierd error when changing attrubute names, but works fine again after 1 day

Hello all

This problem have happen to me A LOT of times - and now i want to know why this is happening…

It seems that every time i change attribute name (both in database and model), i get an Error 500 and a: Table "XXX" does not have a column named "XXX".

Then for some WEIRD reason, i let it be, and the day after it suddenly work anyway…

I REALLY dont get it…

An example:

I change attribute "status" in my Actioncenter table (due conflict with a relation with the same name)…

I change the name to "actionStatus" in my database, in my model and in my views, and then i get the Error 500…

I wait a day or so, and then suddenly all works perfect again! WTF…??

I tried to delete assets, delete my browser history - all without any changes…

Can someone tell me why it’s doing this, and what i can do to make it work like it should INSTANT, and not just after 1 day…

//Casper

Cache?

‘schemaCachingDuration’ parameter in ‘db’ component specyfication (check your main.php configuration)

to flush cache you can just delete all files in runtime/cache directory if you are using file cache.

Thanks a lot guys…

Your probably right - and i will just try to delete my "cache-1.1.10.db" next time i run into this problem!

Closing this one! :)