aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/postgres/archives/patch-page_restrictions.sql
Commit message (Collapse)AuthorAgeFilesLines
* Postgres: Drop some pre-1.25 upgrade schema updates (part 1)Ammarpad2021-02-031-9/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These are not clearly marked per release as they're in MysqlUpdater until we reach 1.23 release, and I am not sure whether they're truly in chronological order. Some of the files dropped here exists for Mysql and here is there corresponding versions there, the rest do not exist there. * patch-page_restrictions.sql --1.10 * patch-protected_titles.sql --1.12 * patch-page_props.sql --1.13 * patch-category.sql --1.13 * patch-updatelog.sql --1.13 * patch-change_tag.sql --1.15 * patch-user_properties.sql --1.16 * patch-log_search.sql --1.16 * patch-l10n_cache.sql -- 1.16 * patch-iwlinks.sql -- 1.17 * patch-module_deps.sql -- 1.17 * patch-uploadstash.sql -1.18 * patch-user_former_groups.sql --1.18 * patch-sites.sql --1.21 These have no corresponding files * patch-querycachetwo.sql * patch-redirect.sql Bug: T272199 Change-Id: I42830ffe8eb3ccad9b1f55d9f2629b388806335b
* Remove traling double newlines from text filesFomafix2019-10-231-1/+0
| | | | | | | | | | Performed using: git ls-files \*.json \*.php \*.xml \*.xsd \*.html \*.txt \*.sql | xargs sed -i -e :a -e '/^\n*$/{$d;N;};/\n$/ba' Excluded tests/parser/preprocess. Change-Id: I513538ff13c942acfe589f15c5128a8df2b3ace9
* * (bug 9222) PostgreSQL updater should not be version-specificRiver Tarnell2007-03-081-0/+10
Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/20219