Skip to content

glav/DbMigrationsDemo

Repository files navigation

DbMigrationsDemo

This project demonstrates how to perform database migrations using DbUp.

Getting Started

To set up the project, follow these steps:

  1. Clone the repository: git clone https://github.com/glav/DbMigrationsDemo.git
  2. Open the solution file Demo.Migrations.sln in Visual Studio.
  3. Build the solution to restore the NuGet packages and compile the project.

Usage

To use the project, follow these steps:

  1. Ensure that you have a local SQL Server instance running.
  2. Update the connection strings in the App.config file with your SQL Server instance details.
  3. Run the project to execute the database migrations.

Contributing

If you would like to contribute to this project, please follow these guidelines:

  1. Fork the repository and create a new branch for your feature or bugfix.
  2. Make your changes and ensure that the project builds successfully.
  3. Submit a pull request with a clear description of your changes.

About

Just a dummy setup for database migrations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published