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.

Easy way for Crystal Reports to MS SQL Server Reporting Services conversion

Is there a way to easily convert Crystal Reports reports to Reporting Services RDL format? We have quite a few …

sql-server reporting-services crystal-reports migration
There's a way to undo a migration on Django and uncheck it from the list of showmigrations?

Actually, what I do is: Delete the migration file. Delete the row from the table of django_migrations on the …

python django migration
Laravel relationships in migrations?

I know you can define table relationships fairly easy with $this->belongs_to(), $this->has_many() etc, but …

database migration relationship laravel
add associations to exisiting models

I'm wondering how I can add associations to my models. Suppose, I generate two models rails generate model User rails …

ruby-on-rails migration associations
Why don't my south migrations work?

First, I create my database. create database mydb; I add "south" to installed Apps. Then, I go to this tutorial: …

python django migration django-south
rails run specific migration

I've deleted a table in the database, call it X. db:migrate no longer works. I have a migration file …

ruby-on-rails migration
Rails Migration to make a column null => true

I had originally created a table with column as t.string "email", :default => "", :null => false The requirement has …

ruby-on-rails-3 migration
Transfer Mysql database to another computer

I have a mysql database filled up and running on a Windows computer, is there any tool to transfer the …

mysql migration dump transfer