Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
1 vote
0 answers
195 views

I am trying to use migration commands with Litestar, but I keep encountering the error: No such command 'database'. I have configured my project with pyproject.toml, main.py, and models.user.py as ...
1 vote
1 answer
62 views

After an upgrade to RoR 3.4.2/8.0.2, migrating the db hits the following problem. When running rake db:migrate, I see the following error: ... == 20151121064619 AddUploadToEntries: migrating ==========...
Max's user avatar
  • 11
0 votes
0 answers
43 views

I'm using the db-migrate tool for managing database migrations in my project, and I need a way to ensure that a particular migration always runs, even if it has already been executed previously. I ...
0 votes
1 answer
279 views

When I run migrations manually, everything is ok. but when running spring boot application, flyway does not apply automatically. Is there other configuration which must fix it? I expect flyway ...
0 votes
0 answers
190 views

I have a database in SQL Server, but now I must transfer to PostgreSQL. I'm trying to the way: Right-click on the database Task/ExportData Choose the database input enter image description here ...
1 vote
0 answers
261 views

I am migrating a Sybase DB to a SQL Server DB. I can see that existing Sybase tables have lock datarows or lock allpages specified along with create table statement something like this: create table ...
1 vote
0 answers
1k views

We are upgrading Node and Mongodb version for our applications. We have upgraded Mongodb: 6.0.8 NodeJs Mongo Driver: 6.0.0 NodeJs: 18.17.0 db-migrate: 0.11.14 in migrations file we are declaring ...
murat's user avatar
  • 11
1 vote
1 answer
3k views

I was running a db repair command on my db, and surpassingly found out later that for each old migration version a new DELETE migration was created. It was only effecting the flyway_schema_history ...
1 vote
1 answer
535 views

So I'm creating a new table, replicating an existing table, and one of them has a column of type bit, like this: I already understand the concept of migration and have made it often, but to create ...
0 votes
1 answer
416 views

Since MySQL 5.6 support is coming to an end next month, we are preparing for the migration. The DB is hosted on AWS Aurora. If we are to simply upgrade the engine to 5.7, we could do it online (RDS ...
madu's user avatar
  • 5,480
2 votes
0 answers
382 views

Is there a way to run only specific migration file using db-migrate, or to at least execute migrations in a specific order? Some workarounds would be to change the dates in migration file name, or to ...
0 votes
0 answers
40 views

Good day What I have add to gem file ? And how install ? TODONE: added: gem 'rake', '0.8.7' run: > bundle install or run: > bundle install rake All it's not work Thank You **Gemfile** ...
1 vote
1 answer
1k views

I'm new to flyway & have been going through the documentation of flyway but couldn't find a doc which describes what each column in schema_version_history (or whatever you would have configured to ...
SRB's user avatar
  • 1,121
0 votes
1 answer
1k views

Given a users and a roles table, I want to write an SQL statement, which inserts a new row into the users table and associates a row of the roles table with it. This is what I have tried: INSERT INTO ...
Luk's user avatar
  • 1,179
0 votes
1 answer
57 views

"Address already in use" This is the error which I get while doing dbmigration, I have written the AddService and Addconfiguration properties file now wanted to do dbmigration and getting ...

15 30 50 per page
1
2 3 4 5
...
20

AltStyle によって変換されたページ (->オリジナル) /