Top "Migration" questions

An action of moving between major versions of any framework, product or language, or, just as commonly, alteration to the data schema of an application.

Rails has_and_belongs_to_many migration

I have two models restaurant and user that I want to perform a has_and_belongs_to_many relationship. I …

ruby-on-rails ruby-on-rails-3 migration has-and-belongs-to-many
How to migrate a PostgreSQL database into a SQLServer one?

I have a PostgreSQL database that I want to move to SQL Server -- both schema and data. I am …

sql-server database postgresql migration
Generate migration - create join table

I have looked through many SO and google posts for generating migration of join table for has many and belongs …

ruby-on-rails ruby-on-rails-3 ruby-on-rails-4 migration jointable
VB6 migrating to .Net with Visual Studio 2010

Has anyone migrated a VB6 project to .Net with Visual Studio 2010? I have tested the migration in VS2005, but the …

visual-studio vb6 migration vb6-migration
How to use JDK without JRE in Java 11

We are planning to migrate our Java 8 project to use Java 11. But I noticed that Java 11 doesn't have a JRE …

java java-8 migration java-11
Calling 32bit Code from 64bit Process

I have an application that we're trying to migrate to 64bit from 32bit. It's .NET, compiled using the x64 flags. …

.net migration x86 64-bit fortran
Django 1.8 Run a specific migration

In django 1.8 is there a way to run a specific migration and that migration only. Not for one app only …

django migration django-migrations
Deploying a Jersey webapp on Jboss AS 7

Currently running some webapps on Jboss AS 4/5 and I am testing migration to jboss7. When I try to deploy a …

jboss migration jersey jboss7.x
Migrate from Oracle to MySQL

We ran into serious performance problems with our Oracle database and we would like to try to migrate it to …

mysql oracle import migration dump
Could not load file or assembly 'Microsoft.Build.Framework'(VS 2017)

When I try running the command "update-database", I get this exception: Specify the '-Verbose' flag to view the SQL statements …

c# msbuild migration visual-studio-2017