-
хочется что при развертывании базы sql-миграции бы сами выполнялись без необходимости их в ручную выполнять
у докер образа postgres-а есть такая фича https://hub.docker.com/_/postgres/#:~:text=and%20…
wi1sp updated
3 weeks ago
-
### OSISM release version
7.1.3
### What's the problem?
Nova Update wont and will let many entries beeing not migrated beceause in the Nova-Cell Live Migration the following Bug hits:
http…
-
Hi,
Im trying execute migrations to MySQL but get this errors:
```
Applying toosimpleq.0004_auto_20200507_1339...Traceback (most recent call last):
File "/opt/homebrew/lib/python3.10/site-pa…
-
### Environment
* Python version: 3.11
* Nautobot version: 2.1.x
* nautobot-golden-config version: latest
### Expected Behavior
RunPython missing reverse_code
* 0028_auto_20230916_1712_…
-
It would be good to have the ability to squash several migrations into a single file to help reduce the number of files in a project.
We probably want to keep track of the original list of migration …
-
I think this error is because the migration didn't specify that this field can be nullable. Altering the line to `$table->json('payload')->nullable()->after('locked');` allows the migrations to run su…
-
Hi Rob,
I was looking into migrations and multiple databases was wondering how this works:
If I create tables like this:
```
@Entity
public class TableA{
String column;
}
@Entity
…
-
Or at least drop the column that contains references to METR's main Vivaria instance. This is assuming it's unused.
-
If a node is dead and cannot be brought back, tablet migrations are stuck, until the node is explicitly marked as "permanently dead" or as "ignored node" (that's how it's called in code).
Currently t…
-
The database schema gets added to over time with migrations, and sometimes we have to change the contents as well, for which we have separate data migrations.
Only problem is, those data migrations…