-
I just deployed solid_cable (latest) to production and hit a few problems. The largest of which was this this from the README:
> Then run db:prepare in production to ensure the database is created…
-
### Describe the bug
When I ran `docker-compose up`, dawarich no longer starts.
Fails with `css.1 | exited with code 0`. Is there a way for me to troubleshoot this?
There's no other logs or er…
-
### Version
1.27.0
### What happened?
when using emit_pointer_for_null_types my left join is []string instead of []*string
### Relevant log output
```shell
2024/10/11 18:20:31 can't scan into des…
-
```[tasklist]
### Tasks
- [ ] Configure Database Migrations
- [ ] Support running migrations in code
```
## Problem
In .NET Entity Framework, there can be several database schema migrations. However…
-
### Bug description
According to this [blog post](https://www.prisma.io/blog/prisma-migrate-dx-primitives#what-if-schema-migrations-were-atomic) Prisma supports transactions for migrations when using…
-
**Describe the bug**
There is a probability that serial column was not detected.
This can happen when the table is referenced by another table.
**Expected behavior**
The result of autogererate s…
-
First noticed in https://github.com/scylladb/scylladb/pull/21049#issuecomment-2406373007 - which introduced a build system only change and should not be related in any way.
https://jenkins.scylladb.c…
-
The existing extract script is for the COLIN source database used by the corps data migration pipeline needs to be updated to work with the dbschemacli tool.
In the process of updating the corps pi…
-
### Bug description
Using MySQL with a UUID primary key of the form
```prisma
id Bytes @id @default(dbgenerated("(uuid_to_bin(uuid(), 1))")) @db.Binary(16)
```
(as suggested by https://dev.mysql.…
-
# Motivation
* As a DependencyCheck core developer I want an easily maintainable approach to implement database schema migrations.
* As a DependencyCheck user (using a DB other than the throwaway H2…