1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-30 02:32:42 +01:00
phorge-phorge/src/applications/config/schema
epriestley f86d822a37 Update MySQL schema inspection code for deprecation of integer display widths
Summary:
Fixes T13536. See that task for discussion.

Older versions of MySQL (roughly, prior to 8.0.19) emit "int(10)" types. Newer versions emit "int" types. Accept these as equivalent.

Test Plan: Ran `bin/storage upgrade --force` against MySQL 8.0.11 and 8.0.20. Got clean adjustment lists on both versions.

Maniphest Tasks: T13536

Differential Revision: https://secure.phabricator.com/D21265
2020-05-18 12:10:31 -07:00
..
PhabricatorConfigColumnSchema.php Update MySQL schema inspection code for deprecation of integer display widths 2020-05-18 12:10:31 -07:00
PhabricatorConfigCoreSchemaSpec.php Reduce the amount of boilerplate that implementing FerretInterface requires 2017-09-07 13:23:31 -07:00
PhabricatorConfigDatabaseSchema.php Make Applications extend LiskDAO 2017-04-19 16:06:14 -07:00
PhabricatorConfigKeySchema.php Fix errors found by PHPStan 2017-02-17 10:10:15 +00:00
PhabricatorConfigSchemaQuery.php Fix all query warnings in "arc unit --everything" 2018-11-15 03:51:25 -08:00
PhabricatorConfigSchemaSpec.php Straighten out replication/cache behavior in "bin/storage dump" 2019-08-28 08:25:40 -07:00
PhabricatorConfigServerSchema.php Update SchemaQuery and the web UI to accommodate multiple master databases 2016-11-12 16:36:52 -08:00
PhabricatorConfigStorageSchema.php Allow bin/storage adjust to adjust table engines 2016-11-25 15:13:40 -08:00
PhabricatorConfigTableSchema.php Add "persistence" types (data, cache, or index) to tables, and tweak what "storage dump" dumps 2017-10-04 12:09:33 -07:00