-
### Steps to reproduce
* Clone [this demo application](https://github.com/mikepayready/investigate_migrate)
* Run `bundle`
* Run `bin/rails demo` to see the problem
### Expected behavior
My dat…
-
I am currently using Goose to manage migrations for PostgreSQL databases and have found it to be an excellent tool. I would like to extend its use to manage migrations for Google BigQuery datasets. Ho…
-
**Status**: Backlog
**Priority**: P0
**Estimate**: 4 hours
**Size**: S
**Iteration**: Oct 21 - Nov 03
-
**Error Message:**
schema-reader-db Error: SQLSTATE[42000]: Syntax error or access violation: 1068 Multiple primary key defined (Connection: vemto_db_connection, SQL: alter table `posts` add primary …
-
We use multiple DbContexts within our application, which need to be either all fully migrated or none of them in case of an exception. To achieve this we have surrounded everything in a transaction du…
-
## About my setup:
goose@3.22.1 and goose@3.23.0
(go install)
postgresql@16 and postgresql@17
(homebrew)
Postgres runs in docker
## Running goose with the command below
```
goose pos…
-
```
# /lib/project/repo.ex
defmodule Project.Repo do
use Ecto.Repo,
otp_app: :project,
adapter: Ecto.Adapters.SQLite3
end
# /priv/repo/migrations/1234_create_items.exs
defmodule Pr…
-
Figure out how to update the database when changes are made to its structure. This probably needs a versioning system, maybe independent of the main app version.
-
### Describe the issue or suggestion
In ef-core-migrations.md, there are some codes has runtime error!
After creating a MigrationsService and `Worker.cs`,just like:
```csharp
private static asy…
-
```[tasklist]
### Tasks
- [ ] Configure Database Migrations
- [ ] Support running migrations in code
```
## Problem
In .NET Entity Framework, there can be several database schema migrations. However…