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.
0
votes
0answers
20 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
0answers
10 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
57 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
0answers
37 views
Linux C++ Segmentation Fault with No Trace
So the code below is a script that returns a list of names that match the input argument. The script was originally written in Visual C++ 2008 on a Windows machine and I am now trying to compile it on ...
0
votes
1answer
13 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
19 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
23 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 ] ...
1
vote
1answer
151 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
6 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
7 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
21 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
14 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
23 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
20 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
24 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
43 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
19 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
22 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
15 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
37 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
20 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
19 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
19 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
38 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
11 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
9 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
17 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
15 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
47 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
55 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 ...
2
votes
1answer
45 views
Plone 4.3 and transmogrifier installation
I am trying to migrate content from old 3.x Plone installation to new Plone 4.3 instance. Both are running on windows platforms.
In new 4.3 installation I am trying to install ...
0
votes
1answer
18 views
Rails Migration Form Error With Id
I have just built a migration for my movies table called year_id
When I create two new years, 2012 and 2013, I then add the dropdown to select the year
and I get this:
How can i make my dropdown ...
0
votes
1answer
25 views
Migrating multiple SQL Server 2005 databases to SQL Server 2008
I have a development server running SQL Server 2005 with 75+ databases on it. I will be installing a new SQL Server 2008 and want to migrate all the databases over to this server.
Does anyone have ...
0
votes
1answer
53 views
Generalized way to extract JSON from a relational database?
Ok, maybe this is too broad for StackOverflow, but is there a good, generalized way to assemble data in relational tables into hierarchical JSON?
For example, let's say we have a "customers" table ...
0
votes
1answer
34 views
Migrating Etherpad DB from MySQL to Mongodb
I want to migrate the DB behind our Etherpad server from MySQL to Mongodb.
Are there any known scripts to do this? If not, are there any showstoppers for writing a script myself?
1
vote
2answers
70 views
No Such Column After South Migration
I had the same issue as the user in this question but the answer unfortunately did not resolve anything. A few comments about what happened when I followed the given directions:
When I tried the ...
1
vote
0answers
33 views
Yii Database Migration
Hello guys I am new to yii frame work and I am following larry ullman's instructions
on the e-book.
The problem I have is: when I'm creating new migration I keep on getting this error
The migration ...
0
votes
1answer
28 views
Ruby on Rails: User model association applications and migrations
I'm still fairly new to Ruby on Rails and I'm working with associations, such as if a table has_many :facts, or belongs_to :list,
do we deal with users as well? for Users model:
has_many :lists
...
0
votes
1answer
12 views
Is a migration necessary for generating an ID in a has_many/belongs_to relationship?
I have a rails app with two related classes. Pet has_many Toys, and a Toy belongs_to a Pet.
In order to have an index of Toys by Pets (meaning for every toy I want to have an index identifier ...
1
vote
0answers
25 views
how to capture all errors from eclipse console
I am trying to write a program which can extract all error messages from eclipse console. it can be any kind or error, compile time issues or some build path issue.
I am able to find any ...
0
votes
4answers
20 views
Db migrate - Add/change a default in a rails app in the `change` method
I am adding a new migration to my rails app's database, in it I am adding columns to a new application. Some of the columns have defaults.
I would like to add defaults to some of the existing columns ...
0
votes
1answer
19 views
Visual Studio 2012 keeps showing upgrade report
I have a SharePoint 2013 solution migrated from VS 2010 and SharePoint 2010 which gives me an upgrade report every time it loads in VS 2012. I have not opened it with VS 2010 in the mean time. Also, ...
1
vote
0answers
38 views
Using Flyway command-line to pass runtime arguments into Java migration classes
I'm using Flyway's command-line tool to execute SQL and Java migrations.
What I'm trying to do is pass runtime arguments from the command line and access those runtime arguments in my Java migration ...
0
votes
0answers
22 views
Getting a NoSuchElementExeption when migrating from Playframework 2.0.4 to 2.1.1
I get this error when I try to compile :
NoSuchElementException: key not found: /path/WMSTest.java
Problem is that I'm not using any king of iterator in this class and it all works well on 2.0.4 (I ...
0
votes
0answers
20 views
Migration from QVCS to Bazaar
The company I'm working in uses QVCS as a version control system and it is now up to me, to migrate from this very old, unflexible and error-proun vcs to a newer one.
After evaluating all the ...
0
votes
0answers
27 views
Migration Tool between Informix 4Gl to JAVA [closed]
I am looking for Migration Tool between Informix 4Gl to JAVA.
Which tool can we use and what is the percentage of Accuracy?
Please advice me.
0
votes
0answers
27 views
Ruler Bar & Groupbox in PowerBuilder 12.5
I need to edit project that just migrate from PB Classic to .Net(12.5), I found a few issues
Groupbox--> Groupbox will be be appear when I adjust existing Groupbox & when I create new groupbox, ...



