-
# Description
Our database models in CG have non-optional fields that are nullable in the database leading to inconsistencies.
These models should be streamlined so that we do not allow faulty or…
-
Running envio is awesome, but it becomes a little tricky when having >1 instance. In my case, I would love to have many indexers running with the same database. Now, it will result in many clashes, be…
-
We need to store the users and their books.
For `users`, we need some basic information like:
- ID (auto-generated)
- Name
- Email
- Password (encrypted)
- Profile Picture
- Active
For `bo…
-
**Status**: Backlog
**Priority**: P0
**Estimate**: 4 hours
**Size**: S
**Iteration**: Oct 21 - Nov 03
-
Currently I can only add a single database schema per container.
```csharp
using Gsb.AppHost.Constants;
var builder = DistributedApplication.CreateBuilder(args);
var sqlMySql = builder.AddMy…
-
I believe the "UsePostgreSQL()" parameter "schemaName" does not work as intended.
Giving it a value other than the default one -"wfc" - will just break the application since the migrations will st…
-
What should we be storing? We have certain minimum requirements for using some of these APIs (need to store api permission keys)
-
Hello,
I have noticed this on Moodle 4.3:
Running check_database_schema.php:
organizer
* column 'grade' has incorrect type 'N', expected 'I'
* column 'gradeaggregationmethod' has default '1'…
-
**Describe the bug**
The database schema description is not displayed in the UI after navigating to the next page and then returning to the previous page.
**To Reproduce**
Steps to reproduce the…
-
Historically, Jaeger's integration with different databases was not consistent in how the database initialization happens. For example, when using Cassandra the user first needs to run a "create schem…