This project demonstrates how to perform database migrations using DbUp.
To set up the project, follow these steps:
- Clone the repository:
git clone https://github.com/glav/DbMigrationsDemo.git
- Open the solution file
Demo.Migrations.sln
in Visual Studio. - Build the solution to restore the NuGet packages and compile the project.
To use the project, follow these steps:
- Ensure that you have a local SQL Server instance running.
- Update the connection strings in the
App.config
file with your SQL Server instance details. - Run the project to execute the database migrations.
If you would like to contribute to this project, please follow these guidelines:
- Fork the repository and create a new branch for your feature or bugfix.
- Make your changes and ensure that the project builds successfully.
- Submit a pull request with a clear description of your changes.