wiki.techinc.nl/tests/phpunit/integration/includes/db
Amir Sarabadani 4bde067722 Drop 1.32 and 1.33 db updates
Per official policy, updates from versions older than two TLS releases
are not supported.

Finding the implicit marker is a bit tricky. The user might try to
upgrade from a really old version that doesn't have tag_summary table
and mistakenly think it's new and allow upgrade. So turning the check
logic into a boolean AND where it must be new enough to have
change_tag_def table AND new enough not to have tag_summary table.

Change-Id: I5ff9630a6539a587a47930847e108ac53757106f
2022-09-26 18:34:31 +02:00
..
DatabaseMysqlTest.php rdbms: Add multi-statement query support to Database 2022-06-09 11:45:38 +10:00
DatabasePostgresTest.php tests: Use namespaced IDatabase class 2022-05-28 00:09:55 +02:00
DatabaseSqliteTest.php rdbms: remove getTopologyRootPrimary() and clean up related fields/parameters 2022-08-26 12:26:10 -07:00
DatabaseSqliteUpgradeTest.php Drop 1.32 and 1.33 db updates 2022-09-26 18:34:31 +02:00