← Back to team overview

mvhub-dev team mailing list archive

Re: [Merge] lp:~jimbox-comcast/mvhub/remove_additional_seq into lp:mvhub

 

Review: Needs Fixing
Sadly, 006 while was a valid schemea version number when the comment was written, it iis no longer a valid number as we now have 007,008

See:

  Executing 005_synonym_cat_functions.sql...SUCCESS
  Executing 007_alter_tables_and_remove_old.sql...SUCCESS
  Executing 008_drop_zip_distance_table.sql...SUCCESS
  Executing 009_drop_get_agency_name.sql...SUCCESS

So your script will never be called on the production database as the production database is at verison 007 

The scheama updating script only runs scripts with a lower number than the version number in the database. 

-- 
https://code.launchpad.net/~jimbox-comcast/mvhub/remove_additional_seq/+merge/29601
Your team MVHub Developers is subscribed to branch lp:mvhub.



References