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

The migration (277) has been working successfully when it was running 'on top' of already installed migration 276. However, when we attempt to run the full stack of migrations we...

I have got a gitlab-ci.yaml ``` deploy: state: deploy script: - echo "deploy" - yuniql version ``` The result of this job is: ``` $ yuniql version yuniql 1.3.15 ERROR:...

We would like to have the possibility to define a draft folder for each version as in our product sometimes we need to include new functionality in older versions and...

community-feedback

After reading the docs, I was under the impression that `_draft` would only run when running against the latest version - thinking this is where in-progress/current iteration scripts could be...

documentation
community-feedback

I use a csv to bulk load data into the table. I get the following error- Failed to execute run function. 42601: syntax error at or near ")" ``` POSITION:...

community-feedback

Hello, I think Docker and this repo are out of sync with versions. At the time of writing, latest version tag in [Docker Hub](https://hub.docker.com/r/yuniql/yuniql/tags) is `1.3.11`. Latest version in [Releases](https://github.com/rdagumampan/yuniql/releases)...

bug
community-feedback
distribution-docker

Is it possible to show the text output when running a PostgreSQL script which has the RAISE NOTICE command? Would be useful to see confirm when running a deployment with...

I have a testing empty database and a test sql script which I am trying to execute using `yuniql run` command. Command: `yuniql run -p /tmp/devops/downloads/postgresdb/ -c 'Host=localhost;Port=5432;Username=;Password=;Database=' -a true...