New issue 35 by crucialfelix: abstract class ptr_id , keeps trying to
change it
http://code.google.com/p/deseb/issues/detail?id=35
I think this might have to do with abstract classes and the ptr_id
Its actually fairly harmless
deseb: fingerprint for 'website' is 'fv1:-139485394' (recognized)
website: the following schema upgrade is available:
ALTER TABLE `website_releasesmailout` MODIFY COLUMN `absmail_ptr_id`
integer NOT NULL;
do you want to run the preceeding commands?
type 'yes' to continue, or 'no' to cancel: yes
schema upgrade executed
schema fingerprint was unchanged - this really shouldn't happen
its detected it before:
# all of your evolution scripts, mapping the from_version and to_version to
a list if sql commands
mysql_evolutions = [
[('fv1:724359387','fv1:-851368007'), # generated 2009-01-18
22:48:53.767080
"ALTER TABLE `website_releasesmailout` MODIFY COLUMN
`absmail_ptr_id` integer NOT NULL;",
"-- warning: the following may cause data loss",
"ALTER TABLE `website_releasepromoassets` DROP COLUMN
`email_banner`;",
"-- end warning",
],
[('fv1:-851368007','fv1:-139485394'), # generated 2009-01-18
22:59:55.790365
"ALTER TABLE `website_releasesmailout` MODIFY COLUMN
`absmail_ptr_id` integer NOT NULL;",
"ALTER TABLE `website_banner` MODIFY COLUMN `end_date` datetime
NULL;",
],
] # don't delete this comment! ## mysql_evolutions_end ##
using:
SVN Revision: 80
deseb rules ! indistinguishable from magic !!
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
Comment #1 on issue 35 by burchik: abstract class ptr_id , keeps trying to
change it
http://code.google.com/p/deseb/issues/detail?id=35
(No comment was entered for this change.)