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
- Host: GitHub
- URL: https://github.com/glav/dbmigrationsdemo
- Owner: glav
- License: mit
- Created: 2018-03-12T00:22:37.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2025-01-12T02:30:36.000Z (over 1 year ago)
- Last Synced: 2025-02-06T15:45:52.529Z (over 1 year ago)
- Language: C#
- Size: 43 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.