SQLite: Make patch-add-3d.sql a no-op
authorBrad Jorsch <bjorsch@wikimedia.org>
Wed, 21 Nov 2018 16:13:52 +0000 (11:13 -0500)
committerReedy <reedy@wikimedia.org>
Mon, 30 Sep 2019 16:55:08 +0000 (17:55 +0100)
commita607607a1851b8de317959cbde054e96181e875c
tree68b3faa252eaa8134128b29e9d889ea811d38da5
parentd8ce984944939c2fd17f4676fc6f6ccf1a1222e2
SQLite: Make patch-add-3d.sql a no-op

On a fresh install, update.php will apply patch-add-3d.sql even though
it doesn't need to. But this partially wipes out the new schema from
tables.sql, and the omnibus comment and actor table patched don't detect
this, leading to image, oldimage, and filearchive missing the new
fields.

Since SQLite doesn't actually care about the values in the ENUM type
(it's just an alias for TEXT), let's just make patch-add-3d.sql do
nothing.

Change-Id: I335cb8d9626f535a66b0fe18e051640b22848ef7
maintenance/sqlite/archives/patch-add-3d.sql