-
-
Jira Link: [DB-7005](https://yugabyte.atlassian.net/browse/DB-7005)
### Description
The following example, works in `colocated=false` but fails in `colocated=true`:
```
drop database if exists dem…
-
Currently, changing a model without changing or re-creating the database will result in the following exception:
```
org.hibernate.tool.schema.spi.CommandAcceptanceException: Error executing DDL "al…
-
Thanks for posting this repo. It's very helpful. I have an issue trying to update my database when I have an iCollection in my main object. When trying to create a migration, it returns:
The pro…
-
# Summary
## Problem
Unless I'm mistaken, we currently need a clone of the repo / source to run the diesel migrations. It looks, though, like we're embedding the migrations in the binary - but I…
-
### Expected Behavior
As we start working on V2 new developers should find their local database set up with a single migration file to declare their initial schema.
### Current Behavior
As a conven…
-
After this https://github.com/koel/koel/issues/1811 I setup the container on another server.
Accesssed the docker like this: ```docker exec --user www-data -it koel bash```
Tried to run ```php artis…
-
We need to create a good experience to bootstrap an existing database with Migrations.
Things to consider:
- The database may have been using Migrations in EF6
- The first migration should be able to…
-
I've noticed quite a few problems with the way we currently handle migrations and databases which is resulting in extra work for us developers to fix things that could have been avoided in the first p…
-
**Issue type:**
[ X ] question
**Database system/driver:**
[ X ] `mysql` / `mariadb`
**TypeORM version:**
[ X ] `latest`
**Steps to reproduce or a small repository showing the proble…