-
My `composer.json`:
```json
"autoload": {
"psr-4": {
"App\\": "app/",
"Modules\\": "Modules/",
"Database\\Factories\\": "database/factories/",
…
-
**Describe the task**
When we deploy to Dev, Test, Prod we need to apply database migrations based off of our local work. We can handle this in GitHub actions. We need to decide if we are using a data…
-
Hello!
How can I run my migrations on a sharded database? I'm using v4.0.0.beta9, and I can't find any information on how to create tables on my shard.
Thanks!
-
### Bug Report
When I execute doctrine:schema:drop with the option --full-database, the tables created manually (not through Doctrine ORM) are not deleted. So the "full-database" is not deleted.
…
-
I want to create a simple ToDo Application using C#
-
If I run one test via PyCharm I see the migrations output twice:
```
/home/guettli/projects/lala-env/bin/python /snap/pycharm-professional/230/plugins/python/helpers/pycharm/_jb_pytest_runner.py -…
-
I'm having an issue getting migrations to work with this package.
The problem seems to be a class loading issue, but I'm not 100% sure. Here's what my migration file looks like:
```
use Bosnadev\Dat…
-
### Version Information
Server Version:
CLI Version (for CLI related issue): hasura/graphql-engine:v2.33.2.cli-migrations-v3
### Environment
### What is the current behaviour?
I am t…
-
**TL;DR;**
Add support for the `--arch` argument to `dotnet ef migrations bundle` for parity with `dotnet restore` and `dotnet publish`
I am trying to dockerize my ASP.Net Core application. I plan…
-
**Describe exactly what you would like to see in an upcoming release**
From what I understand, at the moment we have Python code running with the `Scheduler` to perform [database migrations](https:…
kinow updated
3 years ago