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.
I have a django app with four models in it. I realize now that one of these models should be …
django migration django-southI am needing to change a column type from text to longtext in my Rails script, but can't find anything …
ruby-on-rails migration ruby-on-rails-3I'm probably just being very thick here, but it's not clear to me where I'm supposed to install 'new' user-specific …
windows-7 windows-xp installation migrationI have a rails project running that defines the standard production:, :development and :test DB-connections in config/database.yml In …
ruby-on-rails ruby database migrationI was doing this kind of thing in my migrations: add_column :statuses, :hold_reason, :string rescue puts "column already …
ruby-on-rails migrationIs there a quick rake db:rollback command for all of the migrations?
ruby-on-rails database ruby-on-rails-3 migrationI've had to change a table in my database so that the primary key isn't the standard increments. Here's the …
php laravel migration primary-key laravel-artisanI work in an Oracle shop. There's a toolset that consists of roughly 1000 Oracle Forms (using the Forms builder from 6…
java oracle migration oracleforms