Using cassandra migration in new custom plugin dosent work

I start implementing new custom plugin using Cassandra migration script. I’m using Kong 0.11.2,
When running kong migration up command Kong notify that migration is up to date. (The custom plugin tables were not created.)
However, when I go to start Kong again, I get this error:

the current database schema does not match this version of Kong. Please runkong migrations upto update/initialize the database schema. Be aware that Kong migrations should only run from a single node, and that nodes running migrations concurrently will conflict with each other and might corrupt your database schema!

When I’m running kong migration reset && kong migration up, It works, I cant run it in production but it seems when I run it locally that it doesn’t really reset anything and it works.

Any ideas on what I can do or might be doing wrong?