An action of moving between major version of any framework, product or language, or, just as commonly, alteration to the data schema of an application. This might involve modifying existing data to make it work with the new version.
1
vote
3answers
2k views
Django South: Creating schemamigration for more than one app
I'M using django south on a bigger project, the only thing I don't like about it, that you can't create schemamigrations for all of your apps at once (I have a lot of apps that inherit from the same ...
1
vote
2answers
3k views
How to convert a table column to another data type
I have a column with the type of Varchar in my Postgres database which I meant to be integers... and now I want to change them, unfortunately this doesn't seem to work using my rails migration.
...
0
votes
3answers
94 views
what is best way to Migrate Content from Tridion 5.3sp1 to 2011sp1
Our migration from 5.3sp1 to 2011sp1 will happen for period of 2-3 months, but content will be added on production during that time in tridion 5.3sp1.
After the migration activities we will have ...
0
votes
1answer
314 views
(Yet another) What's the best conversion from an SVN repository to HG repository(ies)?
My company has a large Subversion (SVN) repository, and for various reasons, we are considering migrating to Mercurial (HG). I'm hoping to learn the "best practice" ideas for our situation.
Our SVN ...
9
votes
1answer
245 views
Strange behavior of Set4 in scala 2.9.1?
Making a migration from 2.8.1 to 2.9.1 found interesting thing.
Tried to write this in console:
>>import collection.immutable.Set.Set4
>>new Set4[Int](1,2,3,4)
It gives:
...
9
votes
1answer
1k views
Django south migration - Adding FULLTEXT indexes
I need to add a FULLTEXT index to one of my Django model's fields and understand that there is no built in functionality to do this and that such an index must be added manually in mysql (our back end ...
9
votes
2answers
639 views
Migrating from Subversion to Git how can I find a commit given a revision number?
Migrating from Subversion to Git using svn2git (which internally uses git-svn) I'd like to know how I can find a specific revision commit.
It is quite common to have issues tracker to have comments ...
8
votes
3answers
2k views
How do I retroactively add a primary key to my table in rails?
I've created a table without a primary key (:id => false), but now it has come back to bite my ass.
My app is already in production and I can't just drop it and recreate another one.
Is there a ...
8
votes
9answers
5k views
Source Control with Visual Studio: switch from VisualSVN to Ankh?
I am evaluating VisualSVN for me and a small team of developers. I set it up on the server (VisualSVN server) without problems and installed TortoiseSVN and VisualSVN in order to integrate it in ...
7
votes
2answers
5k views
Is AppData now the 'correct' place to install user-specific apps (which modify their own data)?
I'm probably just being very thick here, but it's not clear to me where I'm supposed to install 'new' user-specific programs on Windows 7 (and presumably Vista too, though I've not specifically looked ...
6
votes
1answer
972 views
Changing project layout in SBT 0.10.x
I feel like an idiot, but I am not able to change my project layout with SBT 0.10.x. In my sbt 0.7.x project I added the lines:
override def mainScalaSourcePath = "src" / "scala"
override def ...
6
votes
2answers
3k views
Can't escape empty textbox
I'm trying to track down the cause of an annoying interface bug in an app that was recently upgraded from VS2003 to VS2008 (the bug did not exist pre-migration).
What happens is this :
1) User clicks ...
6
votes
1answer
639 views
Should I joint-index an ActiveRecord polymorphic association?
I have a metric table that I expect to be very large. It has a polymorphic association so that it can belongs_to other models that want to record some metric. I typically index association columns ...
5
votes
2answers
1k views
Is the version number in rails schema.rb used for anything
Now that Rails has timestamped migrations, the single version number at the top of /db/schema.rb seems pointless. Sometimes the version number ends up incorrect when dealing with multiple developers, ...
5
votes
7answers
2k views
Move project from Delphi 3 to Delphi 2010
I've been asked to re-open a project I wrote in 1998/99 in Delphi 3 and which has been running stably since then. I have the Delphi 3 code base on an aging Windows 98 machine which exists only to ...
5
votes
5answers
17k views
rake db:migrate doesn't detect new migration?
Experienced with Rails / ActiveRecord 2.1.1
You create a first version with (for example) ruby script\generate scaffold product title:string description:text image_url:string
This create (for ...
4
votes
1answer
671 views
Rails Migration Error w/ Postgres when pushing to Heroku
I'm trying to perform the following up migration to change the column "number" in the "tweet" model's table
class ChangeDataTypeForTweetsNumber < ActiveRecord::Migration
def up
change_column ...
4
votes
2answers
2k views
t.belongs_to in migration
I was using Ryan Bates's source code for railscasts #141 in order to create a simple shopping cart. In one of the migrations, he lists
class CreateProducts < ActiveRecord::Migration
def self.up
...
4
votes
2answers
2k views
Easiest way to migrate a PostgreSQL database into an SQL Server one
I have a PostgreSQL database that I want to move to SQL Server -- both schema and data. I am poor so I don't want to pay any money. I am also lazy, so I don't want to do very much work. Currently I'm ...
4
votes
2answers
326 views
Way to “flatten” Rails migrations?
I'm working on deploying my first Rails application right now, and somewhere along the way, I botched a migration. When I try to push my application to the production server and run rake db:migrate, ...
4
votes
4answers
5k views
ClearCase to SVN migration
Well I have an issue with SVN importer tool for migrating one of the ClearCase VOB which has a huge history ..we thought of doing this by picking up like 10 -15 baseline versions of the code and ...
4
votes
3answers
778 views
Rails model validators break earlier migrations
I have a sequence of migrations in a rails app which includes the following steps:
Create basic version of the 'user' model
Create an instance of this model - there needs to be at least one initial ...
4
votes
8answers
1k views
Migrating from ASP Classic to .NET and pain mitigation
We're in the process of redesigning the customer facing section of our site in .NET 3.5. It's been going well so far, we're using the same workflow and stored procedures for the most part, the biggest ...
3
votes
1answer
3k views
How to set primary key in ruby on rails migration?
How can I set primary key for my IdClient field? I have tryed all methods, but i'll get errors (rails 3.0.9)... Could you help me?
class CreateCustomers < ActiveRecord::Migration
def self.up
...
3
votes
2answers
2k views
Core Data - Default Migration ( Manual )
i've read all possible blogs and SO post on the subject - but still not sure what's going on.
I've also read this but still no luck - their guide to Default migration kind of clear but doesn't work in ...
3
votes
2answers
1k views
How to use Git with “multiple (thousands) projects” in one-repo?
We have a big SVN repo with multiple projects in it. Something like - http://plugins.svn.wordpress.org/
Our repo is slightly more complicated since it has "project" at multiple-levels as well! We are ...
3
votes
3answers
954 views
PHP denying use of short hand “<?”
I just installed php 5.3.0 and it won't run php scripts utilizing short open tags like <?, only <?PHP.
3
votes
1answer
681 views
How do I migrate easily from MySQL to PostgreSQL?
I'd like to migrate an existing MySQL database (around 40tables, 400mb data) to Postgres before it gets bigger. I searched the web and tried some migration-scripts (some of them can be found here). ...
3
votes
4answers
9k views
Migrating from PostgreSQL to Oracle
Does anyone knows of an automated tool that works for migrating table structure and data?
The tool has to resolve concerns such as transforming PostgreSQL fields on cases where a direct equivalent ...
2
votes
1answer
513 views
Changed in XCode to mapping model aren't updated in simulator bundle
I created a mapping model to migrate between two core data models. I then edited my mapping model, (added a custom migration policy, changed a mapping name, etc.), ran the simulator, and... nothing ...
2
votes
3answers
167 views
Aggregate migrations in Rails
I have several dozens Rails DB migrations which were written over a year. Is there a way to aggregate them to one migration so that I will just see a full DDL statement for the database as it exists ...
2
votes
1answer
357 views
Type cant be resolve in UnitTest after migrating Project from vs2005 to vs2010 (MSTest)
We are actually analyzing what we have to do if we migrate our application from VS2005 up to VS2010.
What i have done:
I opened all solutions in VS2010 and let convert vs the projects.
At the ...
2
votes
1answer
580 views
Liquibase Grails database migrations
I followed the excellent tutorial on
http://www.jakusys.de/blog/2008/09/grails-and-liquibase-how-to-use/
in regard to my dev database on local machine where grails is installed. All went well.
Now ...
2
votes
1answer
803 views
Migrating a tab bar-based iPhone project to iPad
Like many other developers out there, I've created iPhone projects that use a UITabBarController as the root controller, with the tab views using UINavigationControllers to drill down from lists to ...
2
votes
8answers
1k views
VSS to Subversion
I'm researching a potential move from SourceSafe to Subversion and we are struggling with the edit/merge/commit vs. checkout/update/checkin paradigm. The primary concern is how do you know which ...
2
votes
6answers
313 views
Tips to upgrade workstations for development team?
I have secured the budget to upgrade the individual workstations and latops. While newer, bigger screens were welcomed with enthusiasm, the thought of re-installation tools and settings caused most of ...
2
votes
2answers
798 views
Migrating from 'native' OODBMS to ORM (Entity Framework / SQL Server)
A while ago we started developing a new project which internally has about 25-30 different classes/types/models that are heavily related to each other either via 1:n, n:m or n:1 relationships.
Back ...
2
votes
3answers
383 views
Is there an easy way to do a complete migration from CVS to StarTeam?
I'm currently maintaining a CVS repository for source control. There is a push afoot to move to StarTeam. It has already been purchased and is a corporate standard for most projects. I was told by ...
1
vote
1answer
150 views
Migrating from JSF 1.1 to JSF 1.2
Can anybody tell me what things I need to keep in mind before migrating an application from JSF 1.1 to JSF 1.2?
1
vote
3answers
115 views
Building on Windows XP, when development is on VS2012?
We're planning moving from Visual Studio 2005 to Visual Studio 2012 (Visual-C++-11).
(We would very much like to skip 2010 if we can help it, since the newer version is already there and offers a ...
1
vote
2answers
1k views
Importing a MySQL schema to Xcode as a CoreData Data Model
I have an existing MySQL database, I would like to import the schema into Xcode and create a Core Data data model.
Is there a way (tool, process) to import the CREATE statements so I don't have to ...
1
vote
1answer
302 views
Sql 2008 Developer to Sql Azure Migration
Hi My company is deciding for switching its existing application to azure platform (only Sql Part). So we need to upload our db from local to cloud. For migration i came across various tools like
1. ...
1
vote
2answers
894 views
Migrating from Powerbuilder 6.5 to 10.5
We have an application that is built using PFC. I am facing a strange problem. When I define a workspace and open only the PFC librares, I can migrate and do a full Build. However, when I include this ...
1
vote
1answer
243 views
How do you tell if your migrations are up to date with migratordotnet?
I'm using migratordotnet to manage my database migrations. I'm running them on application setup like this, but I would also like to check on application startup that the migrations are up to date, ...
0
votes
2answers
2k views
Joomla 1.5.14 to Joomla 3.0 Migration
Gentlemen:
We have already Joomla´s version 1.5.14 from 2009 to make our homepage setting. Now we want to upgrade the version to 3.0.
We have made a test page 3.0 and compared it with our original ...
0
votes
2answers
497 views
Migration of Legacy Application : EJB3 or Spring
I have legacy application using struts & ejb2.0, hibernate v3.0 running on JBoss v4.0 and now we have do migration of that application to new technology stack. We are exploring pros and cons of ...
0
votes
2answers
203 views
Please explain package use
Please explain package use (in short sentences with small words (for Dummies)).
I just moved from D7 to XE2 and packages seem much more prevelant, and I seem to need to qualify a lot more things.
In ...
0
votes
3answers
1k views
Porting MS SQL stored procedures to MySQL
i have about 140 - 150 stored procedures that I need to migrate from MS SQL 2005 to MySQL 5.1
After succesfully porting 0 of them in the last eight hours I decied to drop by and ask if anyone has any ...
0
votes
1answer
1k views
Ruby / Rails - Reverse Migration - DDL to Ruby Code
Any tools in Ruby or Rails that would allow me to extract from database all the table schema and generate Ruby equivalent "DLL" statements?
Something that would allow me to port schema from say ...
8
votes
5answers
6k views
rails remove old models with migrations
I have a bunch of rails models that i'm re-writing into a single model to simplify my code and reduce unnecessary tables.
I'm wondering what the best way to delete a model class and its table is. ...