how to disable db check

Ledeshich

New Member
I'm working with my 2 friends on same project. We`re using SVN and Entity framework with migrationsPerson A have created database and hosted it. Now me and Person B after getting all from repo want to start the project but on the first run of some database operation we get exception about no permission for droping database. THAT IS GOOD. We don't want to drop it we want to use it. Now I'm guesing that after start my local project (and local project of Person B) want to update database. But why ? How can I just connect and run it ?
 
Back
Top