yuniql icon indicating copy to clipboard operation
yuniql copied to clipboard

Free and open source schema versioning and database migration made natively with .NET/6. NEW THIS MAY 2022! v1.3.15 released!

Results 110 yuniql issues
Sort by recently updated
recently updated
newest added

I'm not clear what's the best way to start using yuniql with existing databases... Let's say I have my "v0.00" folder configured, with all the script required to create a...

documentation
community-feedback

When you run `yuniql verify`, and `transaction-mode` is set to `"version"`, changes are persisted anyway, because each set of changes is wrapped in a separate transaction, and each transaction is...

bug
community-feedback

Hello Rodel! I added as string Schema= while setting up the environment variable SETX YUNIQL_CONNECTION_STRING="Host=localhost;Port=5432;Username=;Password=;Database=;Schema=" Below is the error and I think it is due to the addtional string Schema=...

community-feedback

Hi , I am trying to change some column in postgres database . I using Azure pipeline to run CI-CD part . Till last month it was working fine ....

az-devops
community-feedback

Development backlog v1.4 Target release: September 15 2022 https://github.com/rdagumampan/yuniql/milestone/7 ![image](https://user-images.githubusercontent.com/5895952/170564775-a9dd31b1-9f3c-4dcb-b5dc-eb219dcbd0c7.png)

Working with version control systems, like Git's auto-merge features, could lead to updating already existing migration directory without noticing it. Which then leads to inconsistent schema state between various databases/stages....

state: investigating
community-feedback

When schema version are stored in git repos, PR changes and some mistakes may mistakenly place sql files and schema changes to an already applied version. When this happens, yuniql...

new idea
help wanted
first-timer-friendly

As the workspace mature there is a natural tendency for large number of versions to be kept in the same directory. The idea here is to call `yuniql archive` to...

implementing
new idea
community-feedback

help wanted
supported-platforms