aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/generateSchemaSql.php
Commit message (Expand)AuthorAgeFilesLines
* maintenance: Factor out a few methods from SchemaMaintenanceDaimona Eaytoy2024-12-121-13/+3
* add `use MediaWiki\Maintenance\Maintenance` to some maintenance classesNovem Linguae2024-12-041-0/+1
* Exclude boilerplate maintenance code from code coverage reportsDreamy Jazz2024-08-271-0/+4
* db: Allow describing table creation via abstract schema changeGergő Tisza2023-10-101-38/+2
* schema: Move postgres special about TEXT/BYTEA to MWPlatform overrideUmherirrender2022-07-211-5/+0
* Generate abstract schemas with one script callmainframe982022-02-111-65/+7
* Improve generateSchemaChangeSql.php/generateSchemaSql.phpUmherirrender2022-01-241-2/+19
* Fix maintenance script generateSchemaChangeSql.php on windowsUmherirrender2022-01-241-1/+7
* Remove custom table options from 'revision' tableAmmarpad2021-05-231-12/+0
* Migrate revision table to abstract schemaAmmarpad2021-05-201-0/+12
* DoctrineSchemaBuilder: Do not add prefix placeholder for Postgres at allAmmarpad2021-04-061-5/+1
* Abstract schema: Handle MySQL Float/Double precision typesAmmarpad2021-03-211-7/+1
* Use .= instead of = . ....Reedy2021-02-191-1/+1
* Merge "generateSchemaSql.php: Trim $IP/extensions/ from $relativeJsonPath"jenkins-bot2020-12-051-1/+5
|\
| * generateSchemaSql.php: Trim $IP/extensions/ from $relativeJsonPathReedy2020-11-241-1/+5
* | Merge "Fix strange formatting issues in Postgres schema sql"jenkins-bot2020-11-261-1/+9
|\ \ | |/ |/|
| * Fix strange formatting issues in Postgres schema sqlAmmar Abdulhamid2020-11-241-1/+9
* | generateSchemaSql.php: Handle invalid json filesReedy2020-11-241-0/+4
|/
* Migrate job to abstract schemaAmmar Abdulhamid2020-11-211-0/+1
* Migrate page_props to abstract schemaAmmar Abdulhamid2020-11-181-4/+11
* Add extra blank line between tables in generated schemasLucas Werkmeister2020-08-201-0/+1
* Make newlines in generated schemas more consistentLucas Werkmeister2020-08-191-3/+4
* Migrate actor and user_former_groups tables to abstract schemaAmir Sarabadani2020-07-121-2/+8
* Make schema builder remove table prefixes from PostgresAmir Sarabadani2020-06-141-0/+6
* Add test to compare generated sql with the abstract schemaAmir Sarabadani2020-05-161-5/+7
* More work on formatting generated sqlAmir Sarabadani2020-05-101-0/+15
* Wire empty abstract schema into installerAmir Sarabadani2020-05-091-4/+7
* Add doctrine/sql-formatter to pretty print generated SQL filesReedy2020-05-091-1/+8
* Small improvements to DoctrineSchemaBuilder and generateSchemaSqlAmir Sarabadani2020-05-091-3/+6
* Introduce maintenance/generateSchemaSql.phpAmir Sarabadani2020-05-041-0/+75