HomePhabricator

SQLite: Make patch-add-3d.sql a no-op
a607607a1851Unpublished

Tags
None
Referenced Files
None
Subscribers
None

Unpublished Commit · Learn More

  • Publishing Disabled: All publishing is disabled for this repository.
  • Not On Permanent Ref: This commit is not an ancestor of any permanent ref.

Description

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

Details

Provenance
AnomieAuthored on Nov 21 2018, 4:13 PM
ReedyCommitted on Sep 30 2019, 4:55 PM
Parents
rMWd8ce98494493: Split down patch-actor-table.sql
Branches
Unknown
Tags
Unknown
ChangeId
I335cb8d9626f535a66b0fe18e051640b22848ef7

Event Timeline