"7300 - Make sure the human_name field is added to the views_view table. If you updated from 6.x-2.x-dev to 7.x-3.x you had already schema version 6014, so the update 6013 isn't runned, and never was. As a result the human_name field is missing in the database. Add the human_name field if it doesn't exists before."

Should be:

"7300 - Makes sure the human_name field is added to the views_view table. If you updated from 6.x-2.x-dev to 7.x-3.x you already had schema version 6014, so update 6013 isn't run and never will be. As a result, the human_name field is missing from the database. This will add the human_name field if it doesn't already exist.

CommentFileSizeAuthor
#6 7300_update_description-1382232-6.patch933 bytesmrtoner
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

dawehner’s picture

What about "never was or will be"? I'm not native so it's hard to say, but in fact it was intended to use was here as well.

mrtoner’s picture

Sure! Actually, it's probably better as "...so update 6013 never was nor will be run." 'Nor' is the proper negation here.

dawehner’s picture

Do you want to create a patch for it? Otherwise i will probably do it in some days.

mrtoner’s picture

Yes, I can do a patch, although it'll be the old style. Odd. Does update.php pull the description from the comments in the .install file?

dawehner’s picture

Yes that's what update.php does, quite fancy...

mrtoner’s picture

Well, let's give this a shot, then.

dawehner’s picture

Status: Active » Fixed

You provided a reversed patch. Anyway, committed the patch.

mrtoner’s picture

Darn! I really hate working on the command line. I got me Gitbox, but haven't learned how to use it yet.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

quiethero’s picture

I am quite confused. If 7300 has to do with human_name field in views_view table and when I go to check the table "human_name" is there already; now what do I do? This will not allow me to update.php and I have literally racked my brains out to find the solution in Drupal 7.21. I cannot update my database.

My Patch will not properly work and I really have no idea what to do in Mysql so since it was already there I left it alone. Is there a line of code I can put somewhere in the views_view and end this madness?

quiethero’s picture

Issue summary: View changes

Yet another typo fixed.