-
### Bug description
I am trying to run the introspection engine to create the DB models for Prisma, and no matter what I am encountering this error upon running the script.
If I'm missing somethin…
-
**Is your feature request related to a problem? Please describe.**
It would be nice if after each migration action, the tool exported the current schema to a file. This would allow the impact of migr…
-
Related to #1626.
It's a much nicer developer experience to have this single source of truth for the database schema and not have one-off table creation methods for each table and manual migrations…
-
### Please confirm the following
- [X] I agree to follow this project's [code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html).
- [X] I have checked the [current…
-
I just migrated from 4.X to 5.0.0, my static analyzer noticed there is not more 3rd srid parameter in constructor of Point, but how to specify it then? Is it a default on the model?
Currently this …
-
An "on" button in Fleet so you have control over when Windows workstations switch.
Edge cases
- What about offline hosts?
- What happens in between toggling?
- What about the folks that have ‘…
-
## GORM Playground Link
Reproducible, but might need to run 100+ times to get it.
Had to disable migrations, siince they seem to parse the schemas and issue doesn't occur
https://github.com…
-
## Goal
| User story |
|:---------------------------------------------------------------------------|
| As an IT admin configuring policy automations,
| I want it to be easier to select scripts/i…
-
I recently stumbled across a weird behavior in ActiveRecord migrations that appears to be a bug: `update` statements within the `change` method are being **silently executed** during the rollback ph…
-
### Your question:
We would like to have jOOQ generator run from our Flyway migrations. One of our migrations has this statement in it:
```sql
CREATE TABLE `page` (
`id` CHAR(22) COLLATE `…