I create few entyties starting from an existing database. On first run of application cuba require to update database, I opened DB Manager, and I seen that is has created only few script with create index on tables imported, then I run this script.
Now all times that I run the application, it recreate same scripts, with same name with counter 01 post file name. It seem that not recognize the previous upgrade database. I am using SQLServer
any idea ?