-
Modify the user database schema to include a role attribute.
-
# Database Schema
- [x] Contains correct datatypes
- [x] Contains appropriate constraints/details
- [x] primary key
- [x] not null
- [x] unique
- [x] indexed
- [x] foreign key
- [x] …
-
# Database Schema
- [x] Contains correct datatypes
- [x] Contains appropriate constraints/details
- [x] primary key
- [x] not null
- [x] unique
- [x] indexed
- [x] foreign key
- [x] …
-
# Environment
Knex version: 3.1.0
Database + version: (irrelevant) MySQL 8.0.32
OS: Windows
DB driver library: mysql2 3.11.3
# Bug
> 1. Explain what kind of behaviour you are getting and h…
-
### Error Message and Logs
If you try to start a Formbricks application you get this error in the logs:
```
2024-11-09T20:23:38.582642086Z npm error command sh -c env DATABASE_URL="${MIGRATE_DATABASE…
-
The `CreateDatabaseRequest` doesn't currently take a `Schema` field, meaning there is no way of creating a child database to a schema database, even though `IsSchema` allows the creation of schema dat…
-
## Description
This is a meta-issue for scheduling database schema changes in Lighthouse.
The Lighthouse v5.2.0 schema was v19.
v20 was:
- https://github.com/sigp/lighthouse/pull/5712
v…
-
Hey,
When I insert a document with an array and try to read it back from a collection with a non-existing field in a schema, it breaks with a ValueError.
```python
import bson
import pyarrow
…
-
### Describe the bug
Creating tables and sequences in another schema and using PanachEntity as an ID generation strategy, always seeks sequence in the default database schema.
```
Caused by: org.hi…
-
### Describe the bug
I'm seeing a big stack trace when trying to sync that schema with lots of errors
### To Reproduce
1) start a databricks cluster
2) try to sync their sample catalog
### Expecte…