I’m building a plugin that has a content-type, everything works as expected for a few days (using strapi develop --watch-admin
). Every monday when I resume my friday’s work, the content-type is removed from the database. My plugin even throws an error 500, saying the table doesn’t exist. Stopping the program and running strapi develop --watch-admin
creates the table again.
Is there a way to prevent this from happening? Not sure if this is normal behaviour when running in develop mode, haven’t found anything mentioning this.
Database: MySQL
Strapi version: 4.10.5