Skip to main content
0 votes
0 answers
31 views

when I run Update-Database command after creating a new migration, I get the following error: Introducing FOREIGN KEY constraint 'FK_Booking_Employee_EmployeeId' on table 'Booking' may cause cycles or ...
Brett Blomquist's user avatar
Advice
0 votes
0 replies
55 views

I use docker-compose to run airflow. Postgres section is postgres: image: postgres:12.16 environment: - POSTGRES_USER - POSTGRES_PASSWORD - POSTGRES_DB healthcheck: test: [ "...
Cherry's user avatar
  • 34k
1 vote
0 answers
43 views

Problem Summary I'm attempting to migrate a WaveMaker project from version 9.4 to 10.6.6 and encountering persistent compilation errors related to type mismatches between Integer and BigInteger in the ...
Mehdi Enn's user avatar
0 votes
1 answer
75 views

I’m using Flyway Community Edition and want to squash a long chain of DDL migrations into a single script to simplify migration history. I’d like to remove the old DDL files, but we already have ...
psn999's user avatar
  • 1
1 vote
1 answer
66 views

I need to use a secondary SQLite database in a new Django project. This database is on the local filesystem but outside the Django folder. Its path is specified in a .env file at the root of the ...
s427's user avatar
  • 1,628
2 votes
0 answers
62 views

Recently after some research I came up with a question: how to handle default / initial data population in a Laravel project which goes live: should it go into seeders or migrations? I've seen two ...
dmytroshved's user avatar
2 votes
1 answer
94 views

I have two DB contexts. Each manages its own read-write entities, but sometimes an entity r/w in one needs to reference in a r/o manner entities managed by the other context. Originally, I had ToTable+...
ZorgoZ's user avatar
  • 3,758
0 votes
0 answers
76 views

I'm trying to automate Cassandra DB migration with using Liquibase in my Kotlin project. I'm using such stuff: liquibase-core:4.30.0 liquibase-cassandra-4.30.0.jar cassandra-jdbc-wrapper-4.13.1-...
Ilya's user avatar
  • 1
2 votes
0 answers
90 views

I have updated my strapi v4 to v5 in the local environment, and everything is goes well, so I pushed the code to the server to update my server strapi, but I notice it doesn't update my DB and ...
javad bat's user avatar
  • 5,388
0 votes
0 answers
46 views

I’m using SSMA to migrate both schema and data to SQL Server. I've prepared an XML file to feed into the SSMA console executable by command SSMAforDB2Console.exe -s "path/to/xmlfile", which ...
Linesh Lanjewar's user avatar
0 votes
1 answer
631 views

I have an already existing docker image of my fastapi application. I have applied alembic migrations to it as well. However, every time I do a model change I have to run alembic revision -m "...
Sonny Mad's user avatar
0 votes
0 answers
54 views

I'm using Prisma with MySQL. My current database stores passwords in plain text, and I need to migrate them to bcrypt hashes. When deploying this change via prisma migrate dev, I need to: Update the ...
Mr. Python's user avatar
2 votes
1 answer
79 views

I can't add fields to the profile, user_id seems to work, the values ​​are correct, but it doesn't add to the field, but if I change it manually in mysql, it changes the value without errors, what ...
qboshenkiy0_ Shirufietto's user avatar
0 votes
0 answers
45 views

I have a Sharepoint farm (2019) that contains only one SQL Server where all the databases are located - both configuration and content databases. I want to move a couple of content databases to a new ...
darka's user avatar
  • 1
0 votes
1 answer
205 views

I accidentally deleted the migration file before running alembic upgrade head. Then I recreated the migration using the same command again. This time, Alembic generated a new revision UUID. When I try ...
pepperthecar's user avatar

15 30 50 per page
1
2 3 4 5
293