wiki.techinc.nl/maintenance/archives
Reedy 267d99fa85 Convert numerous UNIQUE INDEX to PRIMARY KEY
MySQL, SQLite, PostgreSQL and MSSQL done with transitional patches.

One additional duplicate index removed from PostgreSQL schema.

Having a PK is essential to do maintenance, specially on large tasks.
By not having a PK it is impossible to add it in a safe way if not done
directly on the master.

Having a PK means that we can easily change the PK into another one if
needed in the future. The ones we chose might not be the best ones, but
will allow us to get them changed.

Bug: T198811
Change-Id: I6b96a427687085c6c24bcd759c9739f81288b919
2018-07-11 20:36:33 +01:00
..
.htaccess
patch-actor-table.sql Add actor table and code to start using it 2018-02-23 10:06:20 -08:00
patch-add-3d.sql Add 3D filetype for STL files 2017-04-17 17:01:52 +02:00
patch-add-cl_collation_ext_index.sql Add new index to make updateCollation.php painless 2016-03-22 16:32:52 -06:00
patch-add-rc_name_type_patrolled_timestamp_index.sql Add rc_name_type_patrolled_timestamp index 2016-07-14 12:01:04 -04:00
patch-ar_deleted.sql
patch-ar_len.sql
patch-ar_parent_id.sql
patch-ar_rev_id-not-null.sql Populate ar_rev_id and make it non-nullable 2018-04-02 13:08:55 -04:00
patch-ar_sha1.sql Reinstated r94289 et all - rev_sha1/ar_sha1 field for bug 21860 2011-10-27 18:44:10 +00:00
patch-archive-ar_content_format.sql [bug 37746] string ids for content model and format. 2012-06-26 15:56:06 +02:00
patch-archive-ar_content_model.sql [bug 37746] string ids for content model and format. 2012-06-26 15:56:06 +02:00
patch-archive-ar_id.sql maintenance: Replace implicit Bugzilla bug numbers with Phab ones 2017-02-21 18:32:44 -08:00
patch-archive-ar_rev_id-unique.sql Make archive.ar_rev_id unique 2018-06-04 08:52:06 +00:00
patch-archive-page_id.sql
patch-archive-rev_id.sql
patch-archive-text_id.sql
patch-archive-user-index.sql Remove a bunch of trailing spaces and unneeded newlines 2012-10-20 13:35:38 +02:00
patch-archive_ar_revid.sql Some bugzilla.wikimedia.org -> phabricator.wikimedia.org changes 2015-09-24 17:17:25 +02:00
patch-archive_kill_ar_page_revid.sql Followup r79702, r66793, r66822 2011-01-06 19:27:17 +00:00
patch-backlinkindexes.sql Some bugzilla.wikimedia.org -> phabricator.wikimedia.org changes 2015-09-24 17:17:25 +02:00
patch-bot.sql
patch-bot_passwords-bp_user-unsigned.sql Making numerous fields unsigned to match their target referenced column 2017-09-06 19:34:09 +01:00
patch-bot_passwords.sql Revert "Remove SessionManager, temporarily" 2016-02-03 21:44:59 +00:00
patch-cache.sql
patch-cat_hidden.sql (bug 32552) Drop unused database field cat_hidden 2012-09-06 18:47:39 +02:00
patch-category.sql Remove a bunch of trailing spaces and unneeded newlines 2012-10-20 13:35:38 +02:00
patch-categorylinks-better-collation.sql maintenance: Replace implicit Bugzilla bug numbers with Phab ones 2017-02-21 18:32:44 -08:00
patch-categorylinks-better-collation2.sql cl_sortkey should be 230 bytes long, not 255 2010-10-14 21:47:02 +00:00
patch-categorylinks-fix-pk.sql Convert UNIQUE keys into PRIMARY KEY 2017-08-29 18:25:37 +01:00
patch-categorylinks.sql Remove a bunch of trailing spaces and unneeded newlines 2012-10-20 13:35:38 +02:00
patch-categorylinksindex.sql Some bugzilla.wikimedia.org -> phabricator.wikimedia.org changes 2015-09-24 17:17:25 +02:00
patch-change_tag-ct_id.sql Add primary key to change_tag and tag_summary tables 2016-10-02 13:02:41 +11:00
patch-change_tag-ct_log_id-unsigned.sql Making numerous fields unsigned to match their target referenced column 2017-09-06 19:34:09 +01:00
patch-change_tag-ct_rev_id-unsigned.sql Making numerous fields unsigned to match their target referenced column 2017-09-06 19:34:09 +01:00
patch-change_tag-indexes.sql Add a patch file for the index change in r47488 2009-08-28 17:54:35 +00:00
patch-change_tag-tag_id.sql Add ct_tag_id field to change_tag table 2018-05-18 16:37:04 +02:00
patch-change_tag.sql Split change_tag sql patch 2013-10-04 21:03:44 +02:00
patch-change_tag_def.sql Introduce change_tag_def table 2018-05-08 18:48:52 +02:00
patch-comment-table.sql Prefix comment table when adding indexes 2017-08-30 16:41:38 +00:00
patch-content.sql MCR database schema 2017-12-23 17:43:09 -05:00
patch-content_models.sql MCR database schema 2017-12-23 17:43:09 -05:00
patch-drop-ar_text.sql Drop archive.ar_text and ar_flags 2018-04-03 12:54:27 -04:00
patch-drop-page_counter.sql Drop ss_total_views and page_counter fields from MediaWiki 2015-01-09 19:01:01 +00:00
patch-drop-rc_cur_time.sql Drop rc_cur_time from recentchanges 2014-05-15 17:10:16 +00:00
patch-drop-ss_admins.sql Drop unused database field ss_admins 2012-09-29 12:20:21 +02:00
patch-drop-ss_total_views.sql Drop ss_total_views and page_counter fields from MediaWiki 2015-01-09 19:01:01 +00:00
patch-drop-user_options.sql * (bug 31204) Remove old user.user_options 2011-09-28 18:08:48 +00:00
patch-drop_img_type.sql
patch-editsummary-length.sql Don't unconditionally run patch-editsummary-length.sql 2017-09-18 14:27:59 +00:00
patch-email-authentication.sql
patch-email-notification.sql
patch-externallinks-el_id.sql maintenance: Replace implicit Bugzilla bug numbers with Phab ones 2017-02-21 18:32:44 -08:00
patch-externallinks-el_index_60-drop-default.sql Populate externallinks.el_index_60 and drop default 2018-05-15 12:08:35 -04:00
patch-externallinks-el_index_60.sql Add externallinks.el_index_60 column and indexes 2016-11-21 16:37:49 -05:00
patch-externallinks.sql Remove a bunch of trailing spaces and unneeded newlines 2012-10-20 13:35:38 +02:00
patch-fa_deleted.sql Remove a bunch of trailing spaces and unneeded newlines 2012-10-20 13:35:38 +02:00
patch-fa_major_mime-chemical.sql Add "chemical" major MIME type to the image tables 2014-08-25 19:13:35 -03:00
patch-fa_sha1.sql Add separate fa_sha1 field to filearchive table 2012-10-14 20:58:25 +02:00
patch-filearchive-user-index.sql Remove a bunch of trailing spaces and unneeded newlines 2012-10-20 13:35:38 +02:00
patch-filearchive.sql Remove a bunch of trailing spaces and unneeded newlines 2012-10-20 13:35:38 +02:00
patch-filejournal.sql merging latest master 2012-08-20 16:55:28 +02:00
patch-fix-il_from.sql Self-revert r80547 per CR, breaks stuff and is undesirable 2011-01-20 23:56:47 +00:00
patch-il_from_namespace.sql Reorder backlinks indexes 2015-02-16 09:24:01 +00:00
patch-image-img_description_id.sql DB: Add img_description_id column 2018-03-13 16:54:25 -04:00
patch-image-user-index-2.sql Add image.img_user, image.img_timestamp index 2017-03-14 15:37:27 +01:00
patch-image-user-index.sql Add image.img_user, image.img_timestamp index 2017-03-14 15:37:27 +01:00
patch-image_name_primary.sql
patch-image_name_unique.sql
patch-imagelinks-fix-pk.sql Convert UNIQUE keys into PRIMARY KEY 2017-08-29 18:25:37 +01:00
patch-img_exif.sql
patch-img_major_mime-chemical.sql Add "chemical" major MIME type to the image tables 2014-08-25 19:13:35 -03:00
patch-img_media_mime-index.sql add index to image table to query by type 2013-04-01 22:33:20 +00:00
patch-img_media_type.sql Update weblinks in comments from HTTP to HTTPS 2016-11-07 15:24:46 +01:00
patch-img_metadata.sql
patch-img_sha1.sql Truncate SHA-1 indexes 2012-09-26 14:09:38 +10:00
patch-img_width.sql
patch-indexes.sql Remove a bunch of trailing spaces and unneeded newlines 2012-10-20 13:35:38 +02:00
patch-interwiki-fix-pk.sql Convert numerous UNIQUE INDEX to PRIMARY KEY 2018-07-11 20:36:33 +01:00
patch-interwiki-trans.sql
patch-interwiki.sql Remove a bunch of trailing spaces and unneeded newlines 2012-10-20 13:35:38 +02:00
patch-inverse_timestamp.sql
patch-ip_changes.sql Create new table to be used for querying IP ranges. 2017-08-10 21:28:16 +00:00
patch-ipb-parent-block-id-index.sql (bug 5445) remove autoblocks when user is unblocked 2012-05-03 12:07:30 +02:00
patch-ipb-parent-block-id.sql (bug 5445) remove autoblocks when user is unblocked 2012-05-03 12:07:30 +02:00
patch-ipb_allow_usertalk.sql
patch-ipb_anon_only.sql Remove a bunch of trailing spaces and unneeded newlines 2012-10-20 13:35:38 +02:00
patch-ipb_by_text.sql Remove a bunch of trailing spaces and unneeded newlines 2012-10-20 13:35:38 +02:00
patch-ipb_deleted.sql Remove a bunch of trailing spaces and unneeded newlines 2012-10-20 13:35:38 +02:00
patch-ipb_emailban.sql
patch-ipb_expiry.sql
patch-ipb_optional_autoblock.sql
patch-ipb_range_start.sql Remove a bunch of trailing spaces and unneeded newlines 2012-10-20 13:35:38 +02:00
patch-ipblocks.sql
patch-iw_api_and_wikiid.sql Self-revert r80547 per CR, breaks stuff and is undesirable 2011-01-20 23:56:47 +00:00
patch-iwl_prefix_title_from-non-unique.sql (bug 36400) API: Fix sorting for iwlinks, langlinks 2013-04-03 13:22:20 -04:00
patch-iwlinks-fix-pk.sql Convert UNIQUE keys into PRIMARY KEY 2017-08-29 18:25:37 +01:00
patch-iwlinks-from-title-index.sql (bug 36400) API: Fix sorting for iwlinks, langlinks 2013-04-03 13:22:20 -04:00
patch-iwlinks.sql Remove a bunch of trailing spaces and unneeded newlines 2012-10-20 13:35:38 +02:00
patch-job.sql Remove a bunch of trailing spaces and unneeded newlines 2012-10-20 13:35:38 +02:00
patch-job_attempts.sql [JobQueue] Added support for retrying jobs when runners die. 2012-11-14 01:25:03 +00:00
patch-job_token.sql [JobQueue] Job queue refactoring and generalizing. 2012-10-16 09:39:58 +11:00
patch-jobs-add-timestamp.sql * (bug 27724) Add timestamp to job queue. 2012-01-03 15:08:05 +00:00
patch-kill-cl_collation_index.sql Add new index to make updateCollation.php painless 2016-03-22 16:32:52 -06:00
patch-kill-iwl_prefix.sql Rename the iwl_prefix_from_title index (again) to iwl_prefix_title_from and change the field order accordingly. Fixed r66892 which inserted iwl_from into the index (which was a good thing) but put it in the wrong place. I went out of my way to make sure the index isn't dropped and recreated needlessly, but since I don't know how to do the drop-index-if-exists thing in the Postgres updater, I left that out. The Postgres updater will now create the new index without dropping any old incarnations if present. I did create the patch files with the DROP INDEX statements to make it easier to add this behavior. Also tweak ApiQueryIWBacklinks to use this index properly. 2010-07-22 08:52:58 +00:00
patch-l10n_cache-primary-key.sql Convert INDEX into PRIMARY KEY in l10n_cache 2017-09-05 17:58:12 +00:00
patch-l10n_cache.sql Self-revert r80547 per CR, breaks stuff and is undesirable 2011-01-20 23:56:47 +00:00
patch-langlinks-fix-pk.sql Convert UNIQUE keys into PRIMARY KEY 2017-08-29 18:25:37 +01:00
patch-langlinks-ll_lang-20.sql For bug 24129 and a followup to r23239, there was never a patch to transfer from VARCHAR/VARBINARY(10) to VARBINARY(20) 2011-02-01 18:35:38 +00:00
patch-langlinks.sql Remove a bunch of trailing spaces and unneeded newlines 2012-10-20 13:35:38 +02:00
patch-linkscc-1.3.sql
patch-linkscc.sql
patch-linktables.sql Remove a bunch of trailing spaces and unneeded newlines 2012-10-20 13:35:38 +02:00
patch-log_deleted.sql
patch-log_id.sql
patch-log_params.sql
patch-log_search-fix-pk.sql Convert UNIQUE keys into PRIMARY KEY 2017-08-29 18:25:37 +01:00
patch-log_search.sql Self-revert r80547 per CR, breaks stuff and is undesirable 2011-01-20 23:56:47 +00:00
patch-log_user_text.sql Remove a bunch of trailing spaces and unneeded newlines 2012-10-20 13:35:38 +02:00
patch-logging-drop-type-action-index.sql Rename index type_action to log_type_action 2018-07-11 19:07:21 +00:00
patch-logging-log-type-action-index.sql Rename index type_action to log_type_action 2018-07-11 19:07:21 +00:00
patch-logging-times-index.sql Remove a bunch of trailing spaces and unneeded newlines 2012-10-20 13:35:38 +02:00
patch-logging-title.sql Self-revert r80547 per CR, breaks stuff and is undesirable 2011-01-20 23:56:47 +00:00
patch-logging.sql Remove a bunch of trailing spaces and unneeded newlines 2012-10-20 13:35:38 +02:00
patch-logging_user_text_time_index.sql Add index on logging.log_user_text 2013-12-19 03:13:05 +00:00
patch-logging_user_text_type_time_index.sql Add index on logging.log_user_text 2013-12-19 03:13:05 +00:00
patch-mime_minor_length.sql Remove a bunch of trailing spaces and unneeded newlines 2012-10-20 13:35:38 +02:00
patch-mimesearch-indexes.sql Unify the spelling of MIME in documentation 2014-08-07 23:38:45 +02:00
patch-module_deps-fix-pk.sql Convert UNIQUE keys into PRIMARY KEY 2017-08-29 18:25:37 +01:00
patch-module_deps.sql Per bug 25503 comment #11, use varbinary instead of varchar for ResourceLoader-related tables to avoid errors about indexes being too long. Only really needed for msg_resource_links, changed the rest for consistency. No updater needed: anyone who's already gotten this set up without these errors doesn't need this change. 2010-11-05 22:15:58 +00:00
patch-nullable-ar_text.sql Drop archive.ar_text and ar_flags 2018-04-03 12:54:27 -04:00
patch-objectcache-fix-pk.sql Convert UNIQUE keys into PRIMARY KEY 2017-08-29 18:25:37 +01:00
patch-objectcache.sql
patch-oi_major_mime-chemical.sql Add "chemical" major MIME type to the image tables 2014-08-25 19:13:35 -03:00
patch-oi_metadata.sql Remove a bunch of trailing spaces and unneeded newlines 2012-10-20 13:35:38 +02:00
patch-oldestindex.sql
patch-oldimage-user-index.sql Remove a bunch of trailing spaces and unneeded newlines 2012-10-20 13:35:38 +02:00
patch-page-page_content_model.sql [bug 37746] string ids for content model and format. 2012-06-26 15:56:06 +02:00
patch-page_lang.sql First version of Page Language selector 2014-06-27 23:27:07 +00:00
patch-page_len.sql
patch-page_links_updated.sql Added a page_links_updated column for job de-duplication 2013-12-24 10:54:32 +00:00
patch-page_props-fix-pk.sql Convert numerous UNIQUE INDEX to PRIMARY KEY 2018-07-11 20:36:33 +01:00
patch-page_props-propname-page-index.sql Add pp_propname_page index to page_props 2013-01-21 22:08:10 +00:00
patch-page_props.sql
patch-page_redirect_namespace_len.sql * applyed the patch from bug 26393 (please comment on the bug page) 2011-11-11 14:28:44 +00:00
patch-page_restrictions-pr_user-unsigned.sql Making numerous fields unsigned to match their target referenced column 2017-09-06 19:34:09 +01:00
patch-page_restrictions.sql
patch-page_restrictions_sortkey.sql
patch-pagelinks-fix-pk.sql Convert UNIQUE keys into PRIMARY KEY 2017-08-29 18:25:37 +01:00
patch-pagelinks.sql Remove a bunch of trailing spaces and unneeded newlines 2012-10-20 13:35:38 +02:00
patch-parsercache.sql Remove a bunch of trailing spaces and unneeded newlines 2012-10-20 13:35:38 +02:00
patch-pl-tl-il-nonunique.sql Remove patch-pl-tl-il-unique.sql 2016-08-26 05:09:12 -04:00
patch-pl_from_namespace.sql Reorder backlinks indexes 2015-02-16 09:24:01 +00:00
patch-pp_sortkey.sql Introducing pp_sortkey. 2014-04-24 05:26:41 +00:00
patch-profiling-memory.sql
patch-profiling.sql Change "ENGINE=HEAP" to "ENGINE=MEMORY" 2014-08-12 17:23:31 +00:00
patch-protected_titles-fix-pk.sql Convert numerous UNIQUE INDEX to PRIMARY KEY 2018-07-11 20:36:33 +01:00
patch-protected_titles.sql Self-revert r80547 per CR, breaks stuff and is undesirable 2011-01-20 23:56:47 +00:00
patch-pt_title-encoding.sql Self-revert r80547 per CR, breaks stuff and is undesirable 2011-01-20 23:56:47 +00:00
patch-querycache.sql Remove a bunch of trailing spaces and unneeded newlines 2012-10-20 13:35:38 +02:00
patch-querycache_info-fix-pk.sql Convert UNIQUE keys into PRIMARY KEY 2017-08-29 18:25:37 +01:00
patch-querycacheinfo.sql
patch-querycachetwo.sql Remove a bunch of trailing spaces and unneeded newlines 2012-10-20 13:35:38 +02:00
patch-random-dateindex.sql
patch-rc-newindex.sql
patch-rc-patrol.sql
patch-rc_deleted.sql Remove a bunch of trailing spaces and unneeded newlines 2012-10-20 13:35:38 +02:00
patch-rc_id.sql Remove a bunch of trailing spaces and unneeded newlines 2012-10-20 13:35:38 +02:00
patch-rc_ip.sql Remove a bunch of trailing spaces and unneeded newlines 2012-10-20 13:35:38 +02:00
patch-rc_ip_modify.sql Add patch to migrate rc_ip field to varbinary(40) 2016-10-12 22:15:13 +00:00
patch-rc_len.sql
patch-rc_moved.sql (bug 34960) drop unused fields rc_moved_to_ns/rc_moved_to_title 2012-09-29 17:19:40 +02:00
patch-rc_source.sql Revert "Revert "Add new recentchanges field rc_source to replace rc_type"" 2013-10-25 13:10:42 -07:00
patch-rc_type.sql Self-revert r80547 per CR, breaks stuff and is undesirable 2011-01-20 23:56:47 +00:00
patch-rc_user_text-index.sql
patch-rd_interwiki.sql Self-revert r80547 per CR, breaks stuff and is undesirable 2011-01-20 23:56:47 +00:00
patch-recentchanges-nttindex.sql Change index on rc_namespace, rc_title to rc_namespace, rc_title, rc_timestamp 2018-04-04 09:08:28 +02:00
patch-recentchanges-utindex.sql
patch-redirect.sql Remove a bunch of trailing spaces and unneeded newlines 2012-10-20 13:35:38 +02:00
patch-rename-ar_usertext_timestamp.sql Fix incorrect index name in new 1.28.0 installations 2017-04-06 08:04:06 +10:00
patch-rename-iwl_prefix.sql Remove a bunch of trailing spaces and unneeded newlines 2012-10-20 13:35:38 +02:00
patch-rename-user_groups-and_rights.sql
patch-rev_deleted.sql
patch-rev_len.sql
patch-rev_parent_id.sql
patch-rev_sha1.sql Reinstated r94289 et all - rev_sha1/ar_sha1 field for bug 21860 2011-10-27 18:44:10 +00:00
patch-rev_text_id-default.sql Add default for revision.rev_text_id where missing 2018-03-19 18:20:27 +00:00
patch-rev_text_id.sql
patch-revision-page-rev-index-nonunique.sql Remove redundant UNIQUE from rev_page_id 2016-08-25 06:30:41 +00:00
patch-revision-rev_content_format.sql [bug 37746] string ids for content model and format. 2012-06-26 15:56:06 +02:00
patch-revision-rev_content_model.sql [bug 37746] string ids for content model and format. 2012-06-26 15:56:06 +02:00
patch-revision-user-page-index.sql Can someone standardi[sz]e SQL already!? 2012-03-06 00:26:48 +00:00
patch-searchindex.sql Remove a bunch of trailing spaces and unneeded newlines 2012-10-20 13:35:38 +02:00
patch-site_identifiers-fix-pk.sql Convert numerous UNIQUE INDEX to PRIMARY KEY 2018-07-11 20:36:33 +01:00
patch-site_stats-fix-pk.sql Convert UNIQUE keys into PRIMARY KEY 2017-08-29 18:25:37 +01:00
patch-site_stats-modify.sql Overhaul site_stats table 2018-03-26 23:51:40 +00:00
patch-sites.sql Added sites functionality, a much more generic and flexible version of the existing interwiki code 2012-10-12 17:47:44 +02:00
patch-slot-origin.sql MCR: replace slot_inherited with slot_origin 2018-03-19 21:51:56 +01:00
patch-slot_roles.sql MCR database schema 2017-12-23 17:43:09 -05:00
patch-slots.sql MCR: replace slot_inherited with slot_origin 2018-03-19 21:51:56 +01:00
patch-ss_active_users.sql
patch-ss_images.sql
patch-ss_total_articles.sql
patch-tag_summary-ts_id.sql Add primary key to change_tag and tag_summary tables 2016-10-02 13:02:41 +11:00
patch-tag_summary-ts_log_id-unsigned.sql Making numerous fields unsigned to match their target referenced column 2017-09-06 19:34:09 +01:00
patch-tag_summary-ts_rev_id-unsigned.sql Making numerous fields unsigned to match their target referenced column 2017-09-06 19:34:09 +01:00
patch-tag_summary.sql Split change_tag sql patch 2013-10-04 21:03:44 +02:00
patch-tc-timestamp.sql Followup r69186, need to specify column name here 2010-07-08 18:35:26 +00:00
patch-templatelinks-fix-pk.sql Convert UNIQUE keys into PRIMARY KEY 2017-08-29 18:25:37 +01:00
patch-templatelinks.sql Remove a bunch of trailing spaces and unneeded newlines 2012-10-20 13:35:38 +02:00
patch-testrun.sql Remove a bunch of trailing spaces and unneeded newlines 2012-10-20 13:35:38 +02:00
patch-text-fix-pk.sql Convert UNIQUE keys into PRIMARY KEY 2017-08-29 18:25:37 +01:00
patch-tl_from_namespace.sql Reorder backlinks indexes 2015-02-16 09:24:01 +00:00
patch-transcache-fix-pk.sql Convert UNIQUE keys into PRIMARY KEY 2017-08-29 18:25:37 +01:00
patch-transcache.sql Addendum to r59925, fix remaining straggling files that set rc_time to int 2009-12-10 10:10:56 +00:00
patch-ufg_group-length-increase-255.sql Bug 11057 - Increase size of ug_group in user_groups table 2013-01-02 20:32:42 +00:00
patch-ug_group-length-increase-255.sql Bug 11057 - Increase size of ug_group in user_groups table 2013-01-02 20:32:42 +00:00
patch-ul_value.sql Add optional ul_value blob to updatelog so it can store more useful things 2010-07-08 13:58:42 +00:00
patch-up_property.sql maintenance: Replace implicit Bugzilla bug numbers with Phab ones 2017-02-21 18:32:44 -08:00
patch-updatelog.sql Self-revert r80547 per CR, breaks stuff and is undesirable 2011-01-20 23:56:47 +00:00
patch-uploadstash-us_props.sql [Upload] [Schema] Added us_props column to avoid expensive GETs. 2012-12-03 10:23:40 -08:00
patch-uploadstash.sql Correct comment about getPropsFromPath/sha1Base36 in sql files 2014-06-23 20:58:37 +02:00
patch-uploadstash_chunk.sql Use database to track uploaded chunks and concatenate at the end. 2011-11-30 14:56:40 +00:00
patch-user-newtalk-timestamp-null.sql Per Tim Starling, follow-up r83137: added schema update 2011-03-17 17:35:52 +00:00
patch-user-realname.sql Remove a bunch of trailing spaces and unneeded newlines 2012-10-20 13:35:38 +02:00
patch-user_editcount.sql
patch-user_email_index.sql Follow-up r86482, r86485: removed user_name portion of user_email index per CR 2011-07-23 08:15:11 +00:00
patch-user_email_token.sql
patch-user_former_groups-fix-pk.sql Convert UNIQUE keys into PRIMARY KEY 2017-08-29 18:25:37 +01:00
patch-user_former_groups.sql Bug 11057 - Increase size of ug_group in user_groups table 2013-01-02 20:32:42 +00:00
patch-user_groups-primary-key.sql Don't try to drop ug_user_group index if it doesn't exist 2017-02-02 01:57:09 +11:00
patch-user_groups-ug_expiry.sql Don't try to drop ug_user_group index if it doesn't exist 2017-02-02 01:57:09 +11:00
patch-user_groups.sql Remove a bunch of trailing spaces and unneeded newlines 2012-10-20 13:35:38 +02:00
patch-user_last_timestamp.sql Fixed patch from r33520 2011-03-03 06:28:43 +00:00
patch-user_nameindex.sql
patch-user_newpass_time.sql
patch-user_newtalk-user_id-unsigned.sql Making numerous fields unsigned to match their target referenced column 2017-09-06 19:34:09 +01:00
patch-user_password_expire.sql Password Expiration 2014-02-20 09:41:51 -08:00
patch-user_properties-fix-pk.sql Convert UNIQUE keys into PRIMARY KEY 2017-08-29 18:25:37 +01:00
patch-user_properties-up_user-unsigned.sql Making numerous fields unsigned to match their target referenced column 2017-09-06 19:34:09 +01:00
patch-user_properties.sql Remove a bunch of trailing spaces and unneeded newlines 2012-10-20 13:35:38 +02:00
patch-user_registration.sql
patch-user_rights.sql Documentation: Replace misuse of 'later' when we meant 'latter' 2016-09-07 13:13:42 -07:00
patch-user_token.sql
patch-userindex.sql
patch-userlevels.sql
patch-usernewtalk.sql
patch-valid_tag.sql Split change_tag sql patch 2013-10-04 21:03:44 +02:00
patch-watchlist-null.sql
patch-watchlist-user-notificationtimestamp-index.sql Add wl_user_notificationtimestamp index 2014-06-04 06:05:38 +00:00
patch-watchlist-wl_id.sql Add id field to watchlist db table 2016-02-18 21:01:01 +00:00
patch-watchlist.sql Self-revert r80547 per CR, breaks stuff and is undesirable 2011-01-20 23:56:47 +00:00
upgradeLogging.php Pass '' instead of false for the $conds parameter in select calls. 2018-03-02 02:32:54 +00:00