An open API service indexing awesome lists of open source software.

https://github.com/glav/dbmigrationsdemo

Just a dummy setup for database migrations
https://github.com/glav/dbmigrationsdemo

Last synced: 8 months ago
JSON representation

Just a dummy setup for database migrations

Awesome Lists containing this project

README

          

# 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.