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.

learn more… | top users | synonyms (1)

0
votes
1answer
10 views

Migration Questions from Paypal MPL to PaypalMobile iOS SDK

We are migrating from MPL to Paypal Mobile iOS SDK and we have what you call classic app. We could not find the migration guide and are having following questions. The new sdk needs client id. Is ...
0
votes
2answers
32 views

Can you use Groovy code to create and modify data in a Grails migration?

The goal - in a single deploy/restart, I want to create a new table and populate some records, as there will be code changes that expect this data to be there. The ideal - to write a migration that ...
0
votes
0answers
22 views

Migration Spring 3.2.2 to 3.2.3

I'm trying migrate Spring 3.2.2 to 3.2.3 on my project. I'm using maven to managed dependencies. I'm receiving this stack trace when I try deploy the application: 11:53:32,202 ERROR ...
0
votes
1answer
27 views

Laravel: PHP Artisan Migrate - Echo to console?

I was curious, I'm using Laravel and Artisan for my migrations. Is there a method to output information to the console. I can't seem to find any information on this. For example: <?php class ...
0
votes
1answer
17 views

How can I set a composite primary key in my migration file in Ruby on Rails?

migration file: class CreateMyRecords < ActiveRecord::Migration def change create_table my_records:, :primary_key =>:partner_id do |t| t.integer :partner_id, references: [:Partner, ...
3
votes
1answer
30 views

website migration from target framework 3.5 to 4.5

I need to migrate my website which was earlier in target framework 3.5. Now i need to convert it into 4.5, Please tell me that best approach to do it..... I have tried with visual studio 2012 'Build' ...
0
votes
0answers
16 views

Django South migration history causing an integrity error

My south migration history table is causing integrity errors every time I try to run a new migration. Here is the error: django.db.utils.IntegrityError: duplicate key value violates unique ...
0
votes
0answers
20 views

Migrating Lucene 3.6 to 4.3

For my bad English I apologize in Advance.... I try to migrate from Lucene 3.6 to 4.3.... At the moment I have a problem with Terms.... With Lucene 3.6 it was possible to write something like ...
0
votes
0answers
26 views

Data Migration Strategy within iphone App

lets say i have an app with the version 1.0. In version 1.1 i decide to change some objects which are archived/unarchived e.g. NSUserDefaults. Since i don't want the user to lose their data i will ...
0
votes
0answers
6 views

Copy / Migate / Synchronize Active Directory Password across Domain

I am in the middle of an Active Directory Migration and need to keep user passwords synchronized between the old and new environment. As I want to implement a Service for getting the Job done and ...
0
votes
1answer
93 views

ABS builds but Gradle error: does not exists in my project

I started using android-studio today, trying to import from eclipse. i followed http://developer.android.com/sdk/installing/migrate.html migrate from eclipse steps from Google. I then Import Module ...
0
votes
1answer
16 views

South migration fails/freezes

Here's a hair puller... I have been using the Django South package for some time and love it. Recently, however, migration for 3 of my 5 Django apps are failing/freezing during the process of ...
0
votes
1answer
43 views

Convert C code to MASM32

This seems a ridiculous question, but I really need to know an easy way to convert C code to MASM32 code (with the .if's, .while's). The code has a single function, but it uses structs (which, I ...
0
votes
0answers
21 views

migrate user and userprofile to new user in django 1.5

I tried to follow instructions in answer here but didn't work. I bet due to the following: We have an existing User class is models.py which is a proxy: class User(auth_models.User): """ ...
0
votes
0answers
7 views

WordPress Migration Error

I have recently migrated website from my GoDaddy Linux server to GoDaddy Windows server. Along with the website I also wanted to migrate the WordPress blog that I have associated with the website. I ...
0
votes
3answers
76 views

Converting array of pointers from C++ to C#

I am C++ programmer, and I am stuck in a migration project where I need to convert below C++ code to C#. Need help on the same. unsigned short** varData = new unsigned short*[ndata]; //Say ndata is ...
0
votes
1answer
14 views

Joomla 1.5 to 3 migration

Hey guys ive searched everywhere i can think of for a relatively simple solution for this :/ K so the predicament is as follows: I basically need to go from Joomla 1.5 to Joomla 2.5 or 3 (whichever ...
2
votes
1answer
37 views

SVN -> Git migration with structure variations

I, currently, have the following SVN structure: project1 branches trunk tags project2 branches trunk tags muchMoreStuff branches trunk tags which originally had this structure: project ...
0
votes
0answers
26 views

Anchoring controls in Qt

I have recently started working with Qt after being used to C#, and one thing got me wondering. Are there in Qt creator (or Qt designer or whatnot) any options to anchor widgets, just like one can ...
0
votes
2answers
25 views

Mass migration of Crystal Reports from v10 to Visual Studio 2010

I have been tasked with reviewing "SAP Crystal Reports for Visual Studio 2010" and the "SAP Crystal Reports 2011" standalone as potential upgrade paths from Crystal Reports v10. I've installed the ...
0
votes
1answer
65 views

Learning the craft

Kindly help me update this code to AS3, it's in AS2. I am learning ActionScript, so it is still a monster to me... Please be easy on me. stop(); particles_mc.duplicateMovieClip.visible = false; trace ...
0
votes
1answer
23 views

Rails 4 Engine not migrating migrations

I created a new rails 4 engine and added a model. I am trying to migrate the database using RAILS_ENV=test rake db:migrate and it comes back with no errors. However, when I run: rspec spec an ...
0
votes
1answer
25 views

Lucene 4.3: StopwordAnalyzerBase is missing in MultifieldQueryParser

Hi i have the following dependency: <dependency> <groupId>org.apache.lucene</groupId> <artifactId>lucene-core</artifactId> ...
0
votes
1answer
32 views

Rails Migrations: How to split one table into two tables?

I have a database with the following schema: [ Region ] 1 --- * [ District ] 1 --- * [ Location ] I would like to split the middle table into two tables as follows: [ Region ] 1 --- * [ District ] ...
4
votes
1answer
322 views

Android Studio - how to use libraries (from eclipse projects)

Yes. Everybody are testing Android Studio. I'm using Eclipse in my projects and I want to migrate to Android Studio. I'm having problems with my projects. I read this page: ...
0
votes
0answers
16 views

Why am I getting several Warning: Invalid argument supplied for foreach() in errors after moving Joomla 2.5 site to new webhost?

I have a website built on Joomla 2.5.9 that I moved from my development server to my client's hosting account on GoDaddy. All of the files have been uploaded, the database created, the contents of ...
0
votes
0answers
9 views

Migrating a war running on Tomcat to Jboss web profile

I have my current application running on Tomcat 6.0. I need to choose an alternative container for my application. Since my app does not run any ejb components , I assume Jboss web profile would be an ...
0
votes
1answer
27 views

Work with SequentialWorkflowActivity in WF4

I have a workflow application developped with WF 3.5 and I'm migrating to 4.5. My application is using a class which is inheriting from SequentialWorkflowActivity and this class is not existing in the ...
0
votes
0answers
17 views

doctrine:generate-migrations-diff always wants to create a foreign key that already exists in model

this is my first question on stackoverflow, although I have searched many times in these archives. I am struggling with a strange behaviour with symfony 1.4 and doctrine migrations: I have three ...
0
votes
0answers
33 views

facebook Stream Post URL Security Migration

can someone explain me about this migration? https://developers.facebook.com/roadmap/secure_stream_urls_migration/ all links in stream posts must go to the app's Canvas or Website URL. app's ...
0
votes
1answer
25 views

Contact form using purely html - possible?/ Wordpress Migration Issue

I created a site on wordpress.com (not wordpress.org) yesterday in error and so do not have access to plugins and I want to put a contact form on the site. CAn I write a contact form entirely in html ...
-1
votes
1answer
26 views

Migration MySQL 5.5v to 5.6v [closed]

I want to use Full-text search which is being added in MySQL 5.6 version but currently I am running MySQL 5.5 version on my machine, Is it possible to run both the instances at single machine? If yes, ...
1
vote
1answer
49 views

SQL Server - Generate script without primary key

I was looking for an answer but I can't found it. I'm trying to make a generated script of my data (I mean, all the INSERT INTO commands). Because access permissions, I can't do a SET IDENTITY_INSERT ...
0
votes
1answer
20 views

Android API1 signed key issue

I have used Android Map API1 but now we don't have the option to generate API Key for signed key. Meanwhile API2 is using fragment and I have to recode completely. Is there any quick solution for ...
0
votes
1answer
35 views

YII migrations and bu default values for table columns

public function up(){ $this->createTable('POST', array( 'id' => 'pk', 'isremoved' => 'integer NOT NULL', 'removaldate' => 'timestamp NULL', ...
1
vote
1answer
22 views

Ext.data.DataProxy load event extjs4

I trying to update code from extjs2 to extjs4. But I have a some problem with load event in Ext.data.DataProxy. Ext.define('App.data.DwrProxy', { extend: 'Ext.data.DataProxy', ...
0
votes
1answer
60 views

Google maps zoom level migration v2 to v3

I'm migrating a piece of google maps code in javascript from v2 to v3 The following v2 piece shows a map with the center zoomed in, so you can see street names and specific details var mapG = new ...
0
votes
0answers
9 views

Move woocommerce products back to regular posts

I have a website with woocommerce and 300+ products. Is there a way to move woocommerce products back to regular posts in order to disable woocommerce functionality? I just want to move the title, ...
1
vote
0answers
21 views

Core Data Lightweight Migration back to the beginning

I'm trying to cleanup my mess with coreData. History: - I created a coreData project for iOS - I successfully initiated a few lightweight migrations, ending up with the xcdatamodeld folder holding ...
0
votes
0answers
25 views

Migration from V2 to V3 with an own overlayer

i need help because i am not so good in javascript and i dont habe any experience with the google maps api. I want set my own Marker in the Google Map and if someone click, an own overlay will show. ...
0
votes
0answers
28 views

MySQL Synchronise Data From One DB To Another & Vice-Versa Using Triggers

We are migrating from one database structure to another - very slowly. The system is MySQL. There are two databases. For example's sake, we will call the databases old_db and new_db. Both databases ...
2
votes
4answers
41 views

Ruby on Rails: Long list of migration files, common?

Is having a long list of migration files often common when building a web application? I seem to be adding up a long list of migration files because I keep forgetting or keep thinking of adding an ...
0
votes
0answers
14 views

flyway - a way to do distributed?

I've been very impressed with the amount of time flyway saves me doing basic things: creating a schema from scratch, and updating it to a particular version. I've been a bit frustrated whenever ...
0
votes
0answers
12 views

Multiple schemas works for clean and init, but not for migrate

With the command-line option, I tried to do the multiple-schemas thing: have a gold schema with the metadata table, and a series of user sandboxes slaved to it. flyway -schemas=SCHEMA1,SCHEMA2 clean ...
0
votes
0answers
23 views

How to roll back an ActiveRecord migration using a rake task? (Not using Rails)

A Sinatra project I am working on is using MySQL and ActiveRecord and I need to be able to reverse the migrations every now and again to wipe the test database - eg when tests fail and leave crud. My ...
0
votes
1answer
22 views

Rails Migration - Non-Static Default Value

I had a quick question about setting the default value of a column in a Rails migration to a non-static value. I have a "Users" table that already has the columns id, first_name, and last_name, and I ...
0
votes
1answer
19 views

Why do a add_index migration add the type string to a column if not called otherwise

I have a table with an already existant t.integer :column_name. If i do a rails g migration add_index_to_table_name column_name:uniq the already existent column_name will created new with a string ...
0
votes
1answer
17 views

Adding index :unique to a column in ruby on rails via generate migration

I know that i can touch a migration and add add_index :table_name, :column_name, :unique => true But how is the right rails migration command to generate this? rails g migration ...
-1
votes
0answers
75 views

WordPress Theme - Migration from Zurb Foundation 3 to 4 [closed]

I have inherited a WordPress theme done with Version 3 of Zurb Foundation. I'd like to upgrade it to Foundation 4. I do understand that Foundation 4 has a lot of changes that need to be implemented ...
0
votes
1answer
69 views

Migrating code: Android to iOS Vs. iOS to Android [closed]

I want to develop an Android app and iOS app that will work with REST web services. Question is... Which one should I do first? I have experience working with Java, and I am going to learn Objetive C ...

1 2 3 4 5 58