-
Hello!
I love the project and the goal.
However, as it stands, it's pretty hard to integrate into a project with multiple branches and developers.
Presumably, each developer, working on diff…
-
### What happened?
When creating new mysql server and starting Grafana, Grafana fails on the following error:
```
logger=sqlstore t=2023-08-04T10:51:20.876217035Z level=info msg="Connecting to DB" …
-
### Bug description
Hi there, I just made a trip to hell and back because of Prisma.
The solution I found was to downgrade Prisma from 5.11.0 to 5.3.1.
We are running Prisma in Kubernetes 1…
-
### Is there an existing request for this?
- [X] I have searched the existing Issues
### Current problem or need
I'm trying to bring back to life a personal mezzanine site that was running a few ye…
-
Goal of this is to try to auto detect migrations that already exists in pallets.
Ideas:
Git clone and do a wildsearch for "migrations" or "migrate"
Problem:
No naming standard for storage m…
-
/usr/local/lib/python3.10/site-packages/django_q/migrations/0010_auto_20220906_1144.py
`class Migration(migrations.Migration):
dependencies = [
('django_q', '0009_auto_20171009_0915…
-
when I run makemigrations on my project, it create a migration file "0012_alter_city_id_alter_country_id_alter_region_id_and_more.py", and when I use a foreignkey for make relation to my models it cre…
-
Upgrade is correct:
```diff
diff --git a/share/migrations/PostgreSQL/upgrade/4-5/001-auto.sql b/share/migrations/Post>
new file mode 100644
index 000000000..69d445035
--- /dev/null
+++ b/share/m…
-
When running the initial migrations for the token_blacklist app I would get this message.
```
File "/venv/lib/python3.7/site-packages/rest_framework_simplejwt/token_blacklist/migrations/0003_auto_20…
-
SQL Server does not natively support the ability to change column order for an existing table via an `ALTER TABLE` statement. As a result, our migrations, when new columns are added, end up having tho…