-
Alter column operations should support specifying fields that are unchanged as no-ops.
For example, this migration:
```json
{
"name": "35_alter_column_multiple",
"operations": [
{
…
-
We have a complex hierarchy of filters and prompts. One of the filters is an AND between 2 filters and 1 prompt. Since we create them by a setup pythong script, we use custom expressions to handle eas…
-
**Describe the bug**
Postgres reports an error when creating a new index
log:
```
ALTER TABLE "bbc_shop_account" ADD INDEX "password" ("password");
/* ERROR: type "password" does not exist LINE…
-
### Describe the Bug
I have a database with quite a few tables all with proper FK's to eachother. I've also added Data Models for these tables and configured the related fields accordingly.
Howeve…
-
First, Thank you for this fantastic package! However, I am having an issue where some aspects switch the ligand cluster source while others do not.
In my data the only sources of Spp1 for Mdr2KO ar…
WayGW updated
1 month ago
-
Currently, to see a value of variables we need to add print statements. This is quite cumbersome and slows down the workflow, as we need to do it for almost every variable, when doing some interactive…
-
```CHECK TABLE `table` FOR UPGRADE;``` will give two errors.
1. Unrecognized keyword. (near FOR)
2. Unrecognized keyword. (near UPGRADE)
```ALTER TABLE `table` FORCE;``` will give one error.
…
-
Does this alter images after they're downloaded? I noticed that if I download image data from a server using URLSession and create a UIImage from the downloaded data the image is rendered properly in …
-
As a data modeler, I need to rename a column. I would like to use the snowflake_table resource to support this action
From pure-DDL perspective, it would like this:
`alter table mydb.myschema.m…
-
Looking at the examples, the `immer` approach is at the very least shorter, what about baking in the approach but with a new [`alter` keyword](https://leontrolski.github.io/alter.html#propsal)?
```…