1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-02-22 11:39:03 +01:00
phorge-phorge/resources/sql/autopatches
Dylan F 2b7c0ec92f Destroy file attachments when file is deleted, or object is deleted
Summary:
Adds file attachment deletion logics:

- PhabricatorFile: delete the attachment if file is deleted
- destruction engine extension: delete attachment if object is deleted
- SQL patch: delete existing leftover attachments from deleted files

To apply the cleanup, as usual, run:

    ./bin/storage upgrade

This cleanup may take some time, proportionally to the size of these tables:

    phabricator_file.file
    phabricator_file.file_attachment

Just as an indication: the storage upgrade, in a Phorge with `file` count 1.3M rows and `file_attachment` consisting in 9K rows, it may delete 170K rows in less than 1 second on average hardware.

Closes T15110

Test Plan:
Apply the patch, run `./bin/storage/upgrade`:

- no "Unknown Object" in any "Referenced Files" curtain of any object.

Have phd daemon running.

Upload file, attach the file to a task, delete the file from the web interface:

- no "Unknown Object" in "Referenced Files" curtain of that task.
- the query `SELECT * FROM file_attachment WHERE filePHID = '<file phid>'` returns empty result

Upload file, attach the file to a task, delete the task from the `./bin/remove destroy` workflow:

- the query `SELECT * FROM file_attachment WHERE objectPHID = '<task phid>'` returns empty result

Reviewers: O1 Blessed Committers, avivey, valerio.bozzolan

Reviewed By: O1 Blessed Committers, avivey, valerio.bozzolan

Subscribers: Ekubischta, speck, tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Tags: #files

Maniphest Tasks: T15110

Differential Revision: https://we.phorge.it/D25051
2024-08-10 22:16:53 +02:00
..
20140104.harbormastercmd.sql
20140106.macromailkey.1.sql
20140106.macromailkey.2.php
20140108.ddbpname.1.sql
20140108.ddbpname.2.php phtize all the things 2015-05-22 21:16:39 +10:00
20140109.ddxactions.sql
20140109.projectcolumnsdates.sql
20140113.legalpadsig.1.sql
20140113.legalpadsig.2.php
20140115.auth.1.id.sql
20140115.auth.2.expires.sql
20140115.auth.3.unlimit.php
20140115.legalpadsigkey.sql
20140116.reporefcursor.sql
20140126.diff.1.parentrevisionid.sql
20140126.diff.2.repositoryphid.sql
20140130.dash.1.board.sql
20140130.dash.2.panel.sql
20140130.dash.3.boardxaction.sql
20140130.dash.4.panelxaction.sql
20140130.mail.1.retry.sql
20140130.mail.2.next.sql
20140201.gc.1.mailsent.sql
20140201.gc.2.mailreceived.sql
20140205.cal.1.rename.sql
20140205.cal.2.phid-col.sql
20140205.cal.3.phid-mig.php
20140205.cal.4.phid-key.sql
20140210.herald.rule-condition-mig.php
20140210.projcfield.1.blurb.php
20140210.projcfield.2.piccol.sql
20140210.projcfield.3.picmig.sql
20140210.projcfield.4.memmig.sql
20140210.projcfield.5.dropprofile.sql
20140211.dx.1.nullablechangesetid.sql
20140211.dx.2.migcommenttext.php Modularize content sources 2016-03-26 11:59:45 -07:00
20140211.dx.3.migsubscriptions.sql
20140211.dx.999.drop.relationships.sql
20140212.dx.1.armageddon.php
20140214.clean.1.legacycommentid.sql
20140214.clean.2.dropcomment.sql
20140214.clean.3.dropinline.sql
20140218.differentialdraft.sql
20140218.passwords.1.extend.sql
20140218.passwords.2.prefix.sql
20140218.passwords.3.vcsextend.sql
20140218.passwords.4.vcs.php Remove the "PhabricatorRepositoryVCSPassword" class and table 2018-01-23 10:56:37 -08:00
20140223.bigutf8scratch.sql
20140224.dxclean.1.datecommitted.sql
20140226.dxcustom.1.fielddata.php
20140226.dxcustom.99.drop.sql
20140228.dxcomment.1.sql
20140305.diviner.1.slugcol.sql
20140305.diviner.2.slugkey.sql
20140311.mdroplegacy.sql
20140314.projectcolumn.1.statuscol.sql
20140314.projectcolumn.2.statuskey.sql
20140317.mupdatedkey.sql
20140321.harbor.1.bxaction.sql
20140321.mstatus.1.col.sql
20140321.mstatus.2.mig.php Update Maniphest for modular transactions 2017-05-15 10:29:06 -07:00
20140323.harbor.1.renames.php phtize all the things 2015-05-22 21:16:39 +10:00
20140323.harbor.2.message.sql
20140325.push.1.event.sql
20140325.push.2.eventphid.sql
20140325.push.3.groups.php
20140325.push.4.prune.sql
20140326.project.1.colxaction.sql
20140328.releeph.1.productxaction.sql
20140330.flagtext.sql
20140402.actionlog.sql
20140410.accountsecret.1.sql
20140410.accountsecret.2.php phtize all the things 2015-05-22 21:16:39 +10:00
20140416.harbor.1.sql
20140420.rel.1.objectphid.sql
20140420.rel.2.objectmig.php
20140421.slowvotecolumnsisclosed.sql
20140423.session.1.hisec.sql
20140427.mfactor.1.sql
20140430.auth.1.partial.sql
20140430.dash.1.paneltype.sql
20140430.dash.2.edge.sql
20140501.passphraselockcredential.sql
20140501.remove.1.dlog.sql
20140507.smstable.sql
20140509.coverage.1.sql
20140509.dashboardlayoutconfig.sql
20140512.dparents.1.sql
20140514.harbormasterbuildabletransaction.sql
20140514.pholiomockclose.sql
20140515.trust-emails.sql
20140517.dxbinarycache.sql
20140518.dxmorebinarycache.sql
20140519.dashboardinstall.sql
20140520.authtemptoken.sql
20140521.projectslug.1.create.sql
20140521.projectslug.2.mig.php Probably (?) fix two very old project slug migrations 2016-12-14 14:14:21 -08:00
20140522.projecticon.sql
20140524.auth.mfa.cache.sql
20140525.hunkmodern.sql
20140615.pholioedit.1.sql
20140615.pholioedit.2.sql
20140617.daemon.explicit-argv.sql
20140617.daemonlog.sql
20140624.projcolor.1.sql
20140624.projcolor.2.sql
20140629.dasharchive.1.sql
20140629.legalsig.1.sql
20140629.legalsig.2.php Allow users to search for signatures by name and email substrings 2014-06-29 07:51:03 -07:00
20140701.legalexemption.1.sql
20140701.legalexemption.2.sql
20140703.legalcorp.1.sql
20140703.legalcorp.2.sql
20140703.legalcorp.3.sql
20140703.legalcorp.4.sql
20140703.legalcorp.5.sql
20140704.harbormasterstep.1.sql
20140704.harbormasterstep.2.sql
20140704.legalpreamble.1.sql
20140706.harbormasterdepend.1.php
20140706.pedge.1.sql
20140711.pnames.1.sql
20140711.pnames.2.php phtize all the things 2015-05-22 21:16:39 +10:00
20140711.workerpriority.sql
20140712.projcoluniq.sql
20140721.phortune.1.cart.sql
20140721.phortune.2.purchase.sql
20140721.phortune.3.charge.sql
20140721.phortune.4.cartstatus.sql
20140721.phortune.5.cstatusdefault.sql
20140721.phortune.6.onetimecharge.sql
20140721.phortune.7.nullmethod.sql
20140722.appname.php
20140722.audit.1.xactions.sql
20140722.audit.2.comments.sql
20140722.audit.3.miginlines.php
20140722.audit.4.migtext.php Modularize content sources 2016-03-26 11:59:45 -07:00
20140722.renameauth.php
20140723.apprenamexaction.sql
20140725.audit.1.migxactions.php Modularize content sources 2016-03-26 11:59:45 -07:00
20140731.audit.1.subscribers.php
20140731.cancdn.php
20140731.harbormasterstepdesc.sql
20140805.boardcol.1.sql
20140805.boardcol.2.php Update PhabricatorLiskDAO::chunkSQL() for new %Q semantics 2018-11-13 08:59:18 -08:00
20140807.harbormastertargettime.sql
20140808.boardprop.1.sql
20140808.boardprop.2.sql
20140808.boardprop.3.php phtize all the things 2015-05-22 21:16:39 +10:00
20140811.blob.1.sql
20140811.blob.2.sql
20140812.projkey.1.sql
20140812.projkey.2.sql
20140814.passphrasecredentialconduit.sql
20140815.cancdncase.php phtize all the things 2015-05-22 21:16:39 +10:00
20140818.harbormasterindex.1.sql
20140821.harbormasterbuildgen.1.sql
20140822.daemonenvhash.sql
20140902.almanacdevice.1.sql
20140904.macroattach.php
20140911.fund.1.initiative.sql
20140911.fund.2.xaction.sql
20140911.fund.3.edge.sql
20140911.fund.4.backer.sql
20140911.fund.5.backxaction.sql
20140914.betaproto.php
20140917.project.canlock.sql
20140918.schema.1.dropaudit.sql
20140918.schema.2.dropauditinline.sql
20140918.schema.3.wipecache.sql
20140918.schema.4.cachetype.sql
20140918.schema.5.slowvote.sql
20140919.schema.01.calstatus.sql
20140919.schema.02.calname.sql
20140919.schema.03.dropaux.sql
20140919.schema.04.droptaskproj.sql
20140926.schema.01.droprelev.sql
20140926.schema.02.droprelreqev.sql
20140926.schema.03.dropldapinfo.sql
20140926.schema.04.dropoauthinfo.sql
20140926.schema.05.dropprojaffil.sql
20140926.schema.06.dropsubproject.sql
20140926.schema.07.droppondcom.sql
20140927.schema.01.dropsearchq.sql
20140927.schema.02.pholio1.sql
20140927.schema.03.pholio2.sql
20140927.schema.04.pholio3.sql
20140927.schema.05.phragment1.sql
20140927.schema.06.releeph1.sql
20141001.schema.01.version.sql
20141001.schema.02.taskmail.sql
20141002.schema.01.liskcounter.sql
20141002.schema.02.draftnull.sql
20141004.currency.01.sql
20141004.currency.02.sql
20141004.currency.03.sql
20141004.currency.04.sql
20141004.currency.05.sql
20141004.currency.06.sql
20141004.harborliskcounter.sql
20141005.phortuneproduct.sql
20141006.phortunecart.sql
20141006.phortunemerchant.sql
20141006.phortunemerchantx.sql
20141007.fundmerchant.sql
20141007.fundrisks.sql
20141007.fundtotal.sql
20141007.phortunecartmerchant.sql
20141007.phortunecharge.sql
20141007.phortunepayment.sql
20141007.phortuneprovider.sql
20141007.phortuneproviderx.sql
20141008.phortunemerchdesc.sql
20141008.phortuneprovdis.sql
20141008.phortunerefund.sql
20141010.fundmailkey.sql
20141011.phortunemerchedit.sql
20141012.phortunecartxaction.sql
20141013.phortunecartkey.sql
20141016.almanac.device.sql
20141016.almanac.dxaction.sql
20141016.almanac.interface.sql
20141016.almanac.network.sql
20141016.almanac.nxaction.sql
20141016.almanac.service.sql
20141016.almanac.sxaction.sql
20141017.almanac.binding.sql
20141017.almanac.bxaction.sql
20141025.phriction.1.xaction.sql
20141025.phriction.2.xaction.sql
20141025.phriction.mailkey.sql
20141103.almanac.1.delprop.sql
20141103.almanac.2.addprop.sql
20141104.almanac.3.edge.sql
20141105.ssh.1.rename.sql
20141106.dropold.sql
20141106.uniqdrafts.php Drop DifferentialDraft storage 2017-05-26 13:59:26 -07:00
20141107.phriction.policy.1.sql
20141107.phriction.policy.2.php Update a very old Phriction migration which incorrectly uses "save()" 2020-04-15 08:06:30 -07:00
20141107.phriction.popkeys.php
20141107.ssh.1.colname.sql
20141107.ssh.2.keyhash.sql
20141107.ssh.3.keyindex.sql
20141107.ssh.4.keymig.php phtize all the things 2015-05-22 21:16:39 +10:00
20141107.ssh.5.indexnull.sql
20141107.ssh.6.indexkey.sql
20141107.ssh.7.colnull.sql
20141113.auditdupes.php
20141118.diffxaction.sql
20141119.commitpedge.sql
20141119.differential.diff.policy.sql
20141119.sshtrust.sql
20141123.taskpriority.1.sql
20141123.taskpriority.2.sql
20141210.maniphestsubscribersmig.1.sql
20141210.maniphestsubscribersmig.2.sql
20141210.reposervice.sql
20141212.conduittoken.sql
20141215.almanacservicetype.sql
20141217.almanacdevicelock.sql
20141217.almanaclock.sql
20141218.maniphestcctxn.php phtize all the things 2015-05-22 21:16:39 +10:00
20141222.maniphestprojtxn.php Soften checks on a very old Maniphest transactionmigration 2015-09-23 19:18:44 -07:00
20141223.daemonloguser.sql
20141223.daemonobjectphid.sql
20141230.pasteeditpolicycolumn.sql
20141230.pasteeditpolicyexisting.sql
20150102.policyname.php phtize all the things 2015-05-22 21:16:39 +10:00
20150102.tasksubscriber.sql
20150105.conpsearch.sql
20150114.oauthserver.client.policy.sql
20150115.applicationemails.sql
20150115.trigger.1.sql
20150115.trigger.2.sql
20150116.maniphestapplicationemails.php
20150120.maniphestdefaultauthor.php phtize all the things 2015-05-22 21:16:39 +10:00
20150124.subs.1.sql
20150129.pastefileapplicationemails.php
20150130.phortune.1.subphid.sql
20150130.phortune.2.subkey.sql
20150131.phortune.1.defaultpayment.sql
20150205.authprovider.autologin.sql
20150205.daemonenv.sql
20150209.invite.sql
20150209.oauthclient.trust.sql
20150210.invitephid.sql
20150212.legalpad.session.1.sql
20150212.legalpad.session.2.sql
20150219.scratch.nonmutable.sql
20150223.daemon.1.id.sql
20150223.daemon.2.idlegacy.sql
20150223.daemon.3.idkey.sql
20150312.filechunk.1.sql
20150312.filechunk.2.sql
20150312.filechunk.3.sql
20150317.conpherence.isroom.1.sql
20150317.conpherence.isroom.2.sql
20150317.conpherence.policy.sql
20150410.nukeruleedit.sql
20150420.invoice.1.sql
20150420.invoice.2.sql
20150425.isclosed.sql
20150427.calendar.1.edge.sql
20150427.calendar.1.xaction.sql
20150427.calendar.2.xaction.sql
20150428.calendar.1.iscancelled.sql
20150428.calendar.1.name.sql
20150429.calendar.1.invitee.sql
20150430.calendar.1.policies.sql
20150430.multimeter.1.sql
20150430.multimeter.2.host.sql
20150430.multimeter.3.viewer.sql
20150430.multimeter.4.context.sql
20150430.multimeter.5.label.sql
20150501.calendar.1.reply.sql
20150501.calendar.2.reply.php phtize all the things 2015-05-22 21:16:39 +10:00
20150501.conpherencepics.sql
20150503.repositorysymbols.1.sql
20150503.repositorysymbols.2.php
20150503.repositorysymbols.3.sql
20150504.symbolsproject.1.php Stop running a second symbol migration 2015-06-27 13:45:51 -07:00
20150504.symbolsproject.2.sql
20150506.calendarunnamedevents.1.php
20150507.calendar.1.isallday.sql
20150513.user.cache.1.sql
20150514.calendar.status.sql
20150514.phame.blog.xaction.sql
20150514.user.cache.2.sql
20150515.phame.post.xaction.sql
20150515.project.mailkey.1.sql
20150515.project.mailkey.2.php Add missing mail keys to Projects 2015-05-16 06:13:27 -07:00
20150519.calendar.calendaricon.sql
20150521.releephrepository.sql
20150525.diff.hidden.1.sql
20150526.owners.mailkey.1.sql
20150526.owners.mailkey.2.php
20150526.owners.xaction.sql
20150527.calendar.recurringevents.sql
20150601.spaces.1.namespace.sql
20150601.spaces.2.xaction.sql
20150602.mlist.1.sql
20150602.mlist.2.php
20150604.spaces.1.sql
20150605.diviner.edges.sql
20150605.diviner.editPolicy.sql
20150605.diviner.xaction.sql
20150606.mlist.1.php
20150609.inline.sql
20150609.spaces.1.pholio.sql
20150609.spaces.2.maniphest.sql
20150610.spaces.1.desc.sql
20150610.spaces.2.edge.sql
20150610.spaces.3.archive.sql
20150611.spaces.1.mailxaction.sql
20150611.spaces.2.appmail.sql
20150616.divinerrepository.sql
20150617.harbor.1.lint.sql
20150617.harbor.2.unit.sql
20150618.harbor.1.planauto.sql
20150618.harbor.2.stepauto.sql
20150618.harbor.3.buildauto.sql
20150619.conpherencerooms.1.sql
20150619.conpherencerooms.2.sql
20150619.conpherencerooms.3.sql
20150621.phrase.1.sql
20150621.phrase.2.sql
20150622.bulk.1.job.sql
20150622.bulk.2.task.sql
20150622.bulk.3.xaction.sql
20150622.bulk.4.edge.sql
20150622.metamta.1.phid-col.sql
20150622.metamta.2.phid-mig.php
20150622.metamta.3.phid-key.sql
20150622.metamta.4.actor-phid-col.sql
20150622.metamta.5.actor-phid-mig.php MetaMTA - save actorPHID as its own column 2015-06-22 14:14:21 -07:00
20150622.metamta.6.actor-phid-key.sql
20150624.spaces.1.repo.sql
20150626.spaces.1.calendar.sql
20150630.herald.1.sql
20150630.herald.2.sql
20150701.herald.1.sql
20150701.herald.2.sql
20150702.spaces.1.slowvote.sql
20150706.herald.1.sql
20150707.herald.1.sql
20150708.arcanistproject.sql
20150708.herald.1.sql
20150708.herald.2.sql
20150708.herald.3.sql
20150712.badges.1.sql
20150714.spaces.countdown.1.sql
20150717.herald.1.sql
20150719.countdown.1.sql
20150719.countdown.2.sql
20150719.countdown.3.sql
20150721.phurl.1.url.sql
20150721.phurl.2.xaction.sql
20150721.phurl.3.xactioncomment.sql
20150721.phurl.4.url.sql
20150721.phurl.5.edge.sql
20150721.phurl.6.alias.sql
20150721.phurl.7.authorphid.sql
20150722.dashboard.1.sql
20150722.dashboard.2.sql
20150723.countdown.1.sql
20150724.badges.comments.1.sql
20150724.countdown.comments.1.sql
20150725.badges.mailkey.1.sql
20150725.badges.mailkey.2.php
20150725.badges.viewpolicy.3.sql
20150725.countdown.mailkey.1.sql
20150725.countdown.mailkey.2.php
20150725.slowvote.mailkey.1.sql
20150725.slowvote.mailkey.2.php Add mail/feed to Slowvote 2015-08-01 15:41:08 -07:00
20150727.heraldaction.1.sql
20150730.herald.1.sql
20150730.herald.2.sql
20150730.herald.3.sql
20150730.herald.4.sql
20150730.herald.5.sql
20150730.herald.6.sql
20150730.herald.7.sql
20150803.herald.1.sql
20150803.herald.2.sql
20150804.ponder.answer.mailkey.1.sql
20150804.ponder.answer.mailkey.2.php
20150804.ponder.question.1.sql
20150804.ponder.question.2.sql
20150804.ponder.question.3.sql
20150804.ponder.spaces.4.sql
20150805.paste.status.1.sql
20150805.paste.status.2.sql
20150806.ponder.answer.1.sql
20150806.ponder.editpolicy.2.sql
20150806.ponder.status.1.sql
20150806.ponder.status.2.sql
20150806.ponder.status.3.sql
20150808.ponder.vote.1.sql
20150808.ponder.vote.2.sql
20150812.ponder.answer.1.sql
20150812.ponder.answer.2.sql
20150814.harbormater.artifact.phid.sql
20150815.owners.status.1.sql
20150815.owners.status.2.sql
20150823.nuance.queue.1.sql
20150823.nuance.queue.2.sql
20150823.nuance.queue.3.sql
20150823.nuance.queue.4.sql
20150828.ponder.wiki.1.sql
20150829.ponder.dupe.1.sql
20150904.herald.1.sql
20150906.mailinglist.sql
20150910.owners.custom.1.sql
20150916.drydock.slotlocks.1.sql
20150922.drydock.commands.1.sql
20150923.drydock.resourceid.1.sql
20150923.drydock.resourceid.2.sql
20150923.drydock.resourceid.3.sql
20150923.drydock.taskid.1.sql
20150924.drydock.disable.1.sql
20150924.drydock.status.1.sql
20150928.drydock.rexpire.1.sql
20150930.drydock.log.1.sql
20151001.drydock.rname.1.sql
20151002.dashboard.status.1.sql
20151002.harbormaster.bparam.1.sql
20151009.drydock.auth.1.sql
20151010.drydock.auth.2.sql
20151013.drydock.op.1.sql
20151023.harborpolicy.1.sql
20151023.harborpolicy.2.php Give Harbormaster Build Plans real policies 2015-10-26 12:38:21 -07:00
20151023.patchduration.sql
20151030.harbormaster.initiator.sql
20151106.editengine.1.table.sql
20151106.editengine.2.xactions.sql
20151106.phame.post.mailkey.1.sql
20151106.phame.post.mailkey.2.php Add mail/feed support to PhamePost 2015-11-06 17:43:46 -08:00
20151107.phame.blog.mailkey.1.sql
20151107.phame.blog.mailkey.2.php
20151108.phame.blog.joinpolicy.sql
20151108.xhpast.stderr.sql
20151109.phame.post.comments.1.sql
20151109.repository.coverage.1.sql
20151109.xhpast.db.1.sql
20151109.xhpast.db.2.sql
20151110.daemonenvhash.sql
20151111.phame.blog.archive.1.sql
20151111.phame.blog.archive.2.sql
20151112.herald.edge.sql
20151116.owners.edge.sql
20151128.phame.blog.picture.1.sql
20151130.phurl.mailkey.1.sql
20151130.phurl.mailkey.2.php Correctly implementing mailkey for Phurl 2015-11-30 10:44:54 -08:00
20151202.versioneddraft.1.sql
20151207.editengine.1.sql
20151210.land.1.refphid.sql
20151210.land.2.refphid.php Add proper PHIDs to RefCursors 2015-12-10 14:21:08 -08:00
20151215.phame.1.autotitle.sql
20151218.key.1.keyphid.sql
20151218.key.2.keyphid.php
20151219.proj.01.prislug.sql
20151219.proj.02.prislugkey.sql
20151219.proj.03.copyslug.sql
20151219.proj.04.dropslugkey.sql
20151219.proj.05.dropslug.sql
20151219.proj.06.defaultpolicy.php
20151219.proj.07.viewnull.sql
20151219.proj.08.editnull.sql
20151219.proj.09.joinnull.sql
20151219.proj.10.subcolumns.sql
20151219.proj.11.subprojectphids.sql
20151221.search.1.version.sql
20151221.search.2.ownersngrams.sql
20151221.search.3.reindex.php
20151223.proj.01.paths.sql
20151223.proj.02.depths.sql
20151223.proj.03.pathkey.sql
20151223.proj.04.keycol.sql
20151223.proj.05.updatekeys.php Implement child/descendant query rules in Projects 2015-12-23 14:38:51 -08:00
20151223.proj.06.uniq.sql
20151226.reop.1.sql
20151227.proj.01.materialize.sql
20151231.proj.01.icon.php
20160102.badges.award.sql
20160110.repo.01.slug.sql
20160110.repo.02.slug.php Enforce sensible, unique clone/checkout names for repositories 2016-01-11 02:06:44 -08:00
20160111.repo.01.slugx.sql
20160112.repo.01.uri.sql
20160112.repo.02.uri.index.php
20160113.propanel.1.storage.sql
20160113.propanel.2.xaction.sql
20160119.project.1.silence.sql
20160122.project.1.boarddefault.php
20160124.people.1.icon.sql
20160124.people.2.icondefault.sql
20160128.repo.1.pull.sql
20160201.revision.properties.1.sql
20160201.revision.properties.2.sql
20160202.board.1.proxy.sql
20160202.ipv6.1.sql
20160202.ipv6.2.php
20160206.cover.1.sql
20160208.task.1.sql
20160208.task.2.sql
20160208.task.3.sql
20160212.proj.1.sql
20160212.proj.2.sql
20160215.owners.policy.1.sql
20160215.owners.policy.2.sql
20160215.owners.policy.3.sql
20160215.owners.policy.4.sql
20160218.callsigns.1.sql
20160221.almanac.1.devicen.sql
20160221.almanac.2.devicei.php
20160221.almanac.3.servicen.sql
20160221.almanac.4.servicei.php No-op old search indexing migrations which no longer run and have been obsoleted by upgrade "activities" 2019-03-05 11:31:49 -08:00
20160221.almanac.5.networkn.sql
20160221.almanac.6.networki.php
20160221.almanac.7.namespacen.sql
20160221.almanac.8.namespace.sql
20160221.almanac.9.namespacex.sql
20160222.almanac.1.properties.php
20160223.almanac.1.bound.sql
20160223.almanac.2.lockbind.sql
20160223.almanac.3.devicelock.sql
20160223.almanac.4.servicelock.sql
20160223.paste.fileedges.php
20160225.almanac.1.disablebinding.sql
20160225.almanac.2.stype.sql
20160225.almanac.3.stype.php
20160227.harbormaster.1.plann.sql
20160227.harbormaster.2.plani.php No-op old search indexing migrations which no longer run and have been obsoleted by upgrade "activities" 2019-03-05 11:31:49 -08:00
20160303.drydock.1.bluen.sql
20160303.drydock.2.bluei.php
20160303.drydock.3.edge.sql
20160308.nuance.01.disabled.sql
20160308.nuance.02.cursordata.sql
20160308.nuance.03.sourcen.sql
20160308.nuance.04.sourcei.php
20160308.nuance.05.sourcename.sql
20160308.nuance.06.label.sql
20160308.nuance.07.itemtype.sql
20160308.nuance.08.itemkey.sql
20160308.nuance.09.itemcontainer.sql
20160308.nuance.10.itemkeyu.sql
20160308.nuance.11.requestor.sql
20160308.nuance.12.queue.sql
20160316.lfs.01.token.resource.sql
20160316.lfs.02.token.user.sql
20160316.lfs.03.token.properties.sql
20160316.lfs.04.token.default.sql
20160317.lfs.01.ref.sql
20160321.nuance.01.taskbridge.sql
20160322.nuance.01.itemcommand.sql
20160323.badgemigrate.sql
20160329.nuance.01.requestor.sql
20160329.nuance.02.requestorsource.sql
20160329.nuance.03.requestorxaction.sql
20160329.nuance.04.requestorcomment.sql
20160330.badges.migratequality.sql
20160330.badges.qualityxaction.mig.sql
20160331.fund.comments.1.sql
20160404.oauth.1.xaction.sql
20160405.oauth.2.disable.sql
20160406.badges.ngrams.php No-op old search indexing migrations which no longer run and have been obsoleted by upgrade "activities" 2019-03-05 11:31:49 -08:00
20160406.badges.ngrams.sql
20160406.columns.1.php
20160411.repo.1.version.sql
20160418.repouri.1.sql
20160418.repouri.2.sql
20160418.repoversion.1.sql
20160419.pushlog.1.sql
20160424.locks.1.sql
20160426.searchedge.sql
20160428.repo.1.urixaction.sql
20160503.repo.01.lpath.sql
20160503.repo.02.lpathkey.sql
20160503.repo.03.lpathmigrate.php
20160503.repo.04.mirrormigrate.php Cut mirroring over to new URIs 2016-05-04 16:16:16 -07:00
20160503.repo.05.urimigrate.php
20160510.repo.01.uriindex.php
20160513.owners.01.autoreview.sql
20160513.owners.02.autoreviewnone.sql
20160516.owners.01.dominion.sql
20160516.owners.02.dominionstrong.sql
20160517.oauth.01.edge.sql
20160518.ssh.01.activecol.sql
20160518.ssh.02.activeval.sql
20160518.ssh.03.activekey.sql
20160519.ssh.01.xaction.sql
20160531.pref.01.xaction.sql
20160531.pref.02.datecreatecol.sql
20160531.pref.03.datemodcol.sql
20160531.pref.04.datecreateval.sql
20160531.pref.05.datemodval.sql
20160531.pref.06.phidcol.sql
20160531.pref.07.phidval.php Prepare UserPreferences for transactions 2016-05-31 12:28:44 -07:00
20160601.user.01.cache.sql
20160601.user.02.copyprefs.php
20160601.user.03.removetime.sql
20160601.user.04.removetranslation.sql
20160601.user.05.removesex.sql
20160603.user.01.removedcenabled.sql
20160603.user.02.removedctab.sql
20160603.user.03.removedcvisible.sql
20160604.user.01.stringmailprefs.php
20160604.user.02.removeimagecache.sql
20160605.user.01.prefnulluser.sql
20160605.user.02.prefbuiltin.sql
20160605.user.03.builtinunique.sql
20160616.phame.blog.header.1.sql
20160616.repo.01.oldref.sql
20160617.harbormaster.01.arelease.sql
20160618.phame.blog.subtitle.sql
20160620.phame.blog.parentdomain.2.sql
20160620.phame.blog.parentsite.1.sql
20160623.phame.blog.fulldomain.1.sql
20160623.phame.blog.fulldomain.2.sql
20160623.phame.blog.fulldomain.3.sql
20160706.phame.blog.parentdomain.2.sql
20160706.phame.blog.parentsite.1.sql
20160707.calendar.01.stub.sql
20160711.files.01.builtin.sql
20160711.files.02.builtinkey.sql
20160713.event.01.host.sql
20160715.event.01.alldayfrom.sql
20160715.event.02.alldayto.sql
20160715.event.03.allday.php
20160720.calendar.invitetxn.php
20160721.pack.01.pub.sql
20160721.pack.02.pubxaction.sql
20160721.pack.03.edge.sql
20160721.pack.04.pkg.sql
20160721.pack.05.pkgxaction.sql
20160721.pack.06.version.sql
20160721.pack.07.versionxaction.sql
20160722.pack.01.pubngrams.sql
20160722.pack.02.pkgngrams.sql
20160722.pack.03.versionngrams.sql
20160810.commit.01.summarylength.sql
20160824.connectionlog.sql
20160824.repohint.01.hint.sql
20160824.repohint.02.movebad.php Migrate the "badcommit" table to use the less-hacky "hint" mechanism 2016-08-24 09:32:59 -07:00
20160824.repohint.03.nukebad.sql
20160825.ponder.sql
20160829.pastebin.01.language.sql
20160829.pastebin.02.language.sql
20160913.conpherence.topic.1.sql
20160919.repo.messagecount.sql
20160919.repo.messagedefault.sql
20160921.fileexternalrequest.sql
20160927.phurl.ngrams.php No-op old search indexing migrations which no longer run and have been obsoleted by upgrade "activities" 2019-03-05 11:31:49 -08:00
20160927.phurl.ngrams.sql
20160928.repo.messagecount.sql
20160928.tokentoken.sql
20161003.cal.01.utcepoch.sql
20161003.cal.02.parameters.sql
20161004.cal.01.noepoch.php
20161005.cal.01.rrules.php
20161005.cal.02.export.sql
20161005.cal.03.exportxaction.sql
20161005.conpherence.image.1.sql
20161005.conpherence.image.2.php No-op the Conpherence thumbnail resizing migration 2017-04-23 10:46:09 -07:00
20161011.conpherence.ngrams.php
20161011.conpherence.ngrams.sql
20161012.cal.01.import.sql
20161012.cal.02.importxaction.sql
20161012.cal.03.eventimport.sql
20161013.cal.01.importlog.sql
20161016.conpherence.imagephids.sql
20161025.phortune.contact.1.sql
20161025.phortune.merchant.image.1.sql
20161026.calendar.01.importtriggers.sql
20161027.calendar.01.externalinvitee.sql
20161029.phortune.invoice.1.sql
20161031.calendar.01.seriesparent.sql
20161031.calendar.02.notifylog.sql
20161101.calendar.01.noholiday.sql
20161101.calendar.02.removecolumns.sql
20161104.calendar.01.availability.sql
20161104.calendar.02.availdefault.sql
20161115.phamepost.01.subtitle.sql
20161115.phamepost.02.header.sql
20161121.cluster.01.hoststate.sql
20161124.search.01.stopwords.sql
20161125.search.01.stemmed.sql
20161130.search.01.manual.sql
20161130.search.02.rebuild.php Remove the "search_documentfield" table 2019-05-23 19:11:38 -07:00
20161210.dashboards.01.author.sql
20161210.dashboards.02.author.php
20161211.menu.01.itemkey.sql
20161211.menu.02.itemprops.sql
20161211.menu.03.order.sql
20161212.dashboardpanel.01.author.sql
20161212.dashboardpanel.02.author.php
20161212.dashboards.01.icon.sql
20161213.diff.01.hunks.php Completely remove the legacy hunk table 2018-02-10 16:12:50 -08:00
20161216.dashboard.ngram.01.sql
20161216.dashboard.ngram.02.php No-op old search indexing migrations which no longer run and have been obsoleted by upgrade "activities" 2019-03-05 11:31:49 -08:00
20170106.menu.01.customphd.sql
20170109.diff.01.commit.sql
20170119.menuitem.motivator.01.php
20170131.dashboard.personal.01.php
20170301.subtype.01.col.sql
20170301.subtype.02.default.sql
20170301.subtype.03.taskcol.sql
20170301.subtype.04.taskdefault.sql
20170303.people.01.avatar.sql
20170313.reviewers.01.sql
20170316.rawfiles.01.php
20170320.reviewers.01.lastaction.sql
20170320.reviewers.02.lastcomment.sql
20170320.reviewers.03.migrate.php Migrate old reviewer edges to new storage 2017-03-20 16:44:40 -07:00
20170322.reviewers.04.actor.sql
20170328.reviewers.01.void.sql
20170404.files.retroactive-content-hash.sql
20170406.hmac.01.keystore.sql
20170410.calendar.01.repair.php
20170412.conpherence.01.picturecrop.sql
20170413.conpherence.01.recentparty.sql
20170417.files.ngrams.sql
20170418.1.application.01.xaction.sql
20170418.1.application.02.edge.sql
20170418.files.isDeleted.sql
20170419.app.01.table.sql
20170419.thread.01.behind.sql
20170419.thread.02.status.sql
20170419.thread.03.touched.sql
20170424.user.01.verify.php Migrate accounts to correct user email verification state flag 2017-04-24 10:24:51 -07:00
20170427.owners.01.long.sql
20170504.1.slowvote.shuffle.sql
20170522.nuance.01.itemkey.sql
20170524.nuance.01.command.sql
20170524.nuance.02.commandstatus.sql
20170526.dropdifferentialdrafts.sql
20170526.milestones.php
20170528.maniphestdupes.php
20170612.repository.image.01.sql
20170614.taskstatus.sql
20170725.legalpad.date.01.sql
20170811.differential.01.status.php Migrate Differential Revision SavedQueries to the new "statuses" tokenizer 2017-08-11 13:36:37 -07:00
20170811.differential.02.modernstatus.sql
20170811.differential.03.modernxaction.php
20170814.search.01.qconfig.sql
20170820.phame.01.post.views.sql
20170820.phame.02.post.views.sql
20170824.search.01.saved.php
20170825.phame.01.post.views.sql
20170828.ferret.01.taskdoc.sql
20170828.ferret.02.taskfield.sql
20170828.ferret.03.taskngrams.sql
20170830.ferret.01.unique.sql
20170830.ferret.02.term.sql
20170905.ferret.01.diff.doc.sql
20170905.ferret.02.diff.field.sql
20170905.ferret.03.diff.ngrams.sql
20170907.ferret.01.user.doc.sql
20170907.ferret.02.user.field.sql
20170907.ferret.03.user.ngrams.sql
20170907.ferret.04.fund.doc.sql
20170907.ferret.05.fund.field.sql
20170907.ferret.06.fund.ngrams.sql
20170907.ferret.07.passphrase.doc.sql
20170907.ferret.08.passphrase.field.sql
20170907.ferret.09.passphrase.ngrams.sql
20170907.ferret.10.owners.doc.sql
20170907.ferret.11.owners.field.sql
20170907.ferret.12.owners.ngrams.sql
20170907.ferret.13.blog.doc.sql
20170907.ferret.14.blog.field.sql
20170907.ferret.15.blog.ngrams.sql
20170907.ferret.16.post.doc.sql
20170907.ferret.17.post.field.sql
20170907.ferret.18.post.ngrams.sql
20170907.ferret.19.project.doc.sql
20170907.ferret.20.project.field.sql
20170907.ferret.21.project.ngrams.sql
20170907.ferret.22.phriction.doc.sql
20170907.ferret.23.phriction.field.sql
20170907.ferret.24.phriction.ngrams.sql
20170907.ferret.25.event.doc.sql
20170907.ferret.26.event.field.sql
20170907.ferret.27.event.ngrams.sql
20170907.ferret.28.mock.doc.sql
20170907.ferret.29.mock.field.sql
20170907.ferret.30.mock.ngrams.sql
20170907.ferret.31.repo.doc.sql
20170907.ferret.32.repo.field.sql
20170907.ferret.33.repo.ngrams.sql
20170907.ferret.34.commit.doc.sql
20170907.ferret.35.commit.field.sql
20170907.ferret.36.commit.ngrams.sql
20170912.ferret.01.activity.php
20170914.ref.01.position.sql
20170915.ref.01.migrate.php
20170915.ref.02.drop.id.sql
20170915.ref.03.drop.closed.sql
20170915.ref.04.uniq.sql
20170918.ref.01.position.php
20171002.cngram.01.maniphest.sql
20171002.cngram.02.event.sql
20171002.cngram.03.revision.sql
20171002.cngram.04.fund.sql
20171002.cngram.05.owners.sql
20171002.cngram.06.passphrase.sql
20171002.cngram.07.blog.sql
20171002.cngram.08.post.sql
20171002.cngram.09.pholio.sql
20171002.cngram.10.phriction.sql
20171002.cngram.11.project.sql
20171002.cngram.12.user.sql
20171002.cngram.13.repository.sql
20171002.cngram.14.commit.sql
20171026.ferret.01.ponder.doc.sql
20171026.ferret.02.ponder.field.sql
20171026.ferret.03.ponder.ngrams.sql
20171026.ferret.04.ponder.cngrams.sql
20171026.ferret.05.ponder.index.php
20171101.diff.01.active.sql
20171101.diff.02.populate.php Denormalize Diff PHIDs onto Revisions 2017-11-01 17:19:38 -07:00
20180119.bulk.01.silent.sql
20180120.auth.01.password.sql
20180120.auth.02.passwordxaction.sql
20180120.auth.03.vcsdata.sql
20180120.auth.04.vcsphid.php
20180121.auth.01.vcsnuke.sql
20180121.auth.02.passsalt.sql
20180121.auth.03.accountdata.sql
20180121.auth.04.accountphid.php Move account passwords to shared infrastructure 2018-01-23 13:43:07 -08:00
20180121.auth.05.accountnuke.sql
20180121.auth.06.legacydigest.sql
20180121.auth.07.marklegacy.sql
20180124.herald.01.repetition.sql
20180207.mail.01.task.sql
20180207.mail.02.revision.sql
20180207.mail.03.mock.sql
20180208.maniphest.01.close.sql
20180208.maniphest.02.populate.php Skip loading transaction handles in an old migration 2019-06-17 13:57:47 -07:00
20180209.hook.01.hook.sql
20180209.hook.02.hookxaction.sql
20180209.hook.03.hookrequest.sql
20180210.hunk.01.droplegacy.sql
20180210.hunk.02.renamemodern.sql
20180212.harbor.01.receiver.sql
20180214.harbor.01.aborted.php
20180215.phriction.01.phidcol.sql
20180215.phriction.02.phidvalues.php
20180215.phriction.03.descempty.sql
20180215.phriction.04.descnull.sql
20180215.phriction.05.statustext.sql
20180215.phriction.06.statusvalue.sql
20180218.fact.01.dim.key.sql
20180218.fact.02.dim.obj.sql
20180218.fact.03.data.int.sql
20180222.log.01.filephid.sql
20180223.log.01.bytelength.sql
20180223.log.02.chunkformat.sql
20180223.log.03.chunkdefault.sql
20180223.log.04.linemap.sql
20180223.log.05.linemapdefault.sql
20180228.log.01.offset.sql
20180305.lock.01.locklog.sql
20180306.opath.01.digest.sql
20180306.opath.02.digestpopulate.php Add and populate a pathIndex column for OwnersPath 2018-03-06 20:30:33 -08:00
20180306.opath.03.purge.php
20180306.opath.04.unique.sql
20180306.opath.05.longpath.sql
20180306.opath.06.pathdisplay.sql
20180306.opath.07.copypaths.sql
20180309.owners.01.primaryowner.sql
20180312.reviewers.01.options.sql
20180312.reviewers.02.optionsdefault.sql
20180322.lock.01.identifier.sql
20180322.lock.02.wait.sql
20180326.lock.03.nonunique.sql
20180403.draft.01.broadcast.php Show an additional "Draft" tag on non-broadcasting revisions in a non-draft state 2018-04-03 11:09:49 -07:00
20180410.almanac.01.iface.xaction.sql
20180418.alamanc.interface.unique.php
20180418.almanac.network.unique.php Add unique constraint for Almanac network names 2018-04-19 13:41:15 -07:00
20180419.phlux.edges.sql
20180423.mail.01.properties.sql
20180430.repo_identity.sql
20180504.owners.01.mailkey.php Remove explicit "mailKey" from Owners packages 2018-05-05 08:47:08 -07:00
20180504.owners.02.rmkey.sql
20180504.owners.03.properties.sql
20180504.owners.04.default.sql
20180504.repo_identity.author.sql
20180504.repo_identity.xaction.sql
20180509.repo_identity.commits.sql
20180730.phriction.01.spaces.sql
20180730.project.01.spaces.sql
20180809.repo_identities.activity.php
20180827.drydock.01.acquired.sql
20180827.drydock.02.activated.sql
20180828.phriction.01.contentphid.sql
20180828.phriction.02.documentphid.sql
20180828.phriction.03.editedepoch.sql
20180828.phriction.04.migrate.php Move Phriction internal document/content references from IDs to PHIDs 2018-08-29 13:41:24 -07:00
20180828.phriction.05.contentid.sql
20180828.phriction.06.c.documentid.php
20180828.phriction.06.documentid.sql
20180828.phriction.07.c.documentuniq.sql
20180828.phriction.07.documentkey.sql
20180829.phriction.01.mailkey.php Remove on-object mailkeys from Phriction 2018-08-29 13:43:13 -07:00
20180829.phriction.02.rmkey.sql
20180830.phriction.01.maxversion.sql
20180830.phriction.02.maxes.php
20180910.audit.01.searches.php
20180910.audit.02.string.sql
20180910.audit.03.status.php
20180910.audit.04.xactions.php
20180914.audit.01.mailkey.php
20180914.audit.02.rmkey.sql
20180914.drydock.01.operationphid.sql
20181024.drydock.01.commandprops.sql
20181024.drydock.02.commanddefaults.sql
20181031.board.01.queryreset.php
20181106.repo.01.sync.sql
20181106.repo.02.hook.sql
20181213.auth.01.sessionphid.sql
20181213.auth.02.populatephid.php
20181213.auth.03.phidkey.sql
20181213.auth.04.longerhashes.sql
20181213.auth.05.longerloghashes.sql
20181213.auth.06.challenge.sql
20181214.auth.01.workflowkey.sql
20181217.auth.01.digest.sql
20181217.auth.02.ttl.sql
20181217.auth.03.completed.sql
20181218.pholio.01.imageauthor.sql
20181219.pholio.01.imagephid.sql
20181219.pholio.02.imagemigrate.php Make Images in Pholio refer to mocks by PHID instead of ID 2018-12-20 14:54:25 -08:00
20181219.pholio.03.imageid.sql
20181220.pholio.01.mailkey.php
20181220.pholio.02.dropmailkey.sql
20181228.auth.01.provider.sql
20181228.auth.02.xaction.sql
20181228.auth.03.name.sql
20190101.sms.01.drop.sql
20190115.mfa.01.provider.sql
20190115.mfa.02.migrate.php Convert user MFA factors to point at configurable "MFA Providers", not raw "MFA Factors" 2019-01-23 13:37:43 -08:00
20190115.mfa.03.factorkey.sql
20190116.contact.01.number.sql
20190116.contact.02.xaction.sql
20190116.phortune.01.billing.sql
20190117.authmessage.01.message.sql
20190117.authmessage.02.xaction.sql
20190121.contact.01.primary.sql
20190127.project.01.subtype.sql
20190127.project.02.default.sql
20190129.project.01.spaces.php
20190206.external.01.legalpad.sql
20190206.external.02.email.sql
20190206.external.03.providerphid.sql
20190206.external.04.providerlink.php
20190207.packages.01.state.sql
20190207.packages.02.migrate.sql
20190207.packages.03.drop.sql
20190207.packages.04.xactions.php
20190215.daemons.01.dropdataid.php Correct schema irregularities (including weird keys) with worker task tables 2019-02-15 19:17:33 -08:00
20190215.daemons.02.nulldataid.sql
20190215.harbor.01.stringindex.sql
20190215.harbor.02.stringcol.sql
20190220.daemon_worker.completed.01.sql
20190220.daemon_worker.completed.02.sql
20190226.harbor.01.planprops.sql
20190226.harbor.02.planvalue.sql
20190307.herald.01.comments.sql
20190312.triggers.01.trigger.sql
20190312.triggers.02.xaction.sql
20190312.triggers.03.triggerphid.sql
20190322.triggers.01.usage.sql
20190329.portals.01.create.sql
20190329.portals.02.xaction.sql
20190410.portals.01.ferret.doc.sql
20190410.portals.02.ferret.field.sql
20190410.portals.03.ferret.ngrams.sql
20190410.portals.04.ferret.cngrams.sql
20190412.dashboard.01.panels.php
20190412.dashboard.02.install.sql
20190412.dashboard.03.dashngrams.sql
20190412.dashboard.04.panelngrams.sql
20190412.dashboard.05.dferret.doc.sql
20190412.dashboard.06.dferret.field.sql
20190412.dashboard.07.dferret.ngrams.sql
20190412.dashboard.08.dferret.cngrams.sql
20190412.dashboard.09.pferret.doc.sql
20190412.dashboard.10.pferret.field.sql
20190412.dashboard.11.pferret.ngrams.sql
20190412.dashboard.12.pferret.cngrams.sql
20190412.dashboard.13.rebuild.php Introduce storage patch "phases" to allow index-rebuilding patches to execute after worker queue schema changes 2021-02-02 13:40:09 -08:00
20190412.herald.01.rebuild.php Introduce storage patch "phases" to allow index-rebuilding patches to execute after worker queue schema changes 2021-02-02 13:40:09 -08:00
20190416.chart.01.storage.sql
20190523.myisam.01.documentfield.sql
20190718.paste.01.edge.sql
20190718.paste.02.edgedata.sql
20190718.paste.03.paste.sql
20190718.paste.04.xaction.sql
20190718.paste.05.comment.sql
20190802.email.01.storage.sql
20190802.email.02.xaction.sql
20190815.account.01.carts.php In Phortune, write relationships between payment accounts and merchants they interact with 2019-08-22 21:01:04 -07:00
20190815.account.02.subscriptions.php
20190816.payment.01.xaction.sql
20190816.subscription.01.xaction.sql
20190822.merchant.01.view.sql
20190909.herald.01.rebuild.php
20190924.diffusion.01.permanent.sql
20190924.diffusion.02.default.sql
20191028.uriindex.01.rebuild.php
20191113.identity.01.email.sql
20191113.identity.02.populate.php Make repository identity email address association case-insensitive 2019-11-19 09:37:26 -08:00
20191113.identity.03.unassigned.sql
20191114.email.01.phid.sql
20191114.email.02.populate.php
20200220.xaccount.01.sql
20200222.xident.01.migrate.php Migrate all "accountID" values to "ExternalAccountIdentifier" objects 2020-02-22 17:47:37 -08:00
20200222.xident.02.dropkey.php
20200416.paste.01.ferret.doc.sql
20200416.paste.02.ferret.field.sql
20200416.paste.03.ferret.ngrams.sql
20200416.paste.04.ferret.cngrams.sql
20200417.viewstate.01.storage.sql
20200428.inline.01.differential.column.sql
20200428.inline.02.diffusion.column.sql
20200428.inline.03.differential.value.sql
20200428.inline.04.diffusion.value.sql
20200520.inline.01.remcache.sql
20200520.inline.02.addcache.sql
20200520.inline.03.dropcommit.sql
20210122.queuecontainer.01.sql
20210215.changeset.01.phid.sql
20210215.changeset.02.phid-populate.php
20210216.index.01.version.sql
20210216.index.02.epoch.sql
20210309.auditors.01.status.sql
20210315.affectedpath.01.epoch.sql
20210315.affectedpath.02.repositoryid.sql
20210316.almanac.01.device-mailkey.php Migrate Almanac Device "mailKey" to modern storage 2021-03-16 15:51:46 -07:00
20210316.almanac.02.device-dropmailkey.sql
20210316.almanac.03.device-status.sql
20210316.almanac.04.device-status-value.sql
20210316.almanac.05.service-mailkey.php
20210316.almanac.06.service-dropmailkey.sql
20210316.almanac.07.binding-mailkey.php
20210316.almanac.08.binding-dropmailkey.sql
20210316.almanac.09.namespace-mailkey.php Modernize "mailKey" on Almanac Namespaces 2021-03-16 15:51:49 -07:00
20210316.almanac.10.namespace-dropmailkey.sql
20210316.almanac.11.network-mailkey.php
20210316.almanac.12.network-dropmailkey.sql
20210316.almanac.13.event-mailkey.php
20210316.almanac.14.event-dropmailkey.sql
20210316.almanac.15.intiative-mailkey.php
20210316.almanac.16.initiative-dropmailkey.sql
20210625.owners.01.authority.sql
20210625.owners.02.authority-default.sql
20210713.harborcommand.01.migrate.sql
20210713.harborcommand.02.drop.sql
20210715.harborcommand.01.xactions.php
20210802.legalpad_document_signature.01.phid.sql
20210802.legalpad_document_signature.02.phid-populate.php
20220401.phameinteract.01.sql
20220401.phameinteract.02.sql
20220401.phameinteract.03.sql
20220401.phameinteract.04.postinteract.sql
20220510.file.01.attach.sql
20220519.file.02.migrate.sql
20220525.slowvote.01.mailkey.php Migrate "SlowvotePoll" to modern mailkey storage 2022-05-26 09:29:05 -07:00
20220525.slowvote.02.mailkey-drop.sql
20220525.slowvote.03.response-type.sql
20220525.slowvote.04.response-value.sql
20220525.slowvote.05.response-xactions.sql
20220525.slowvote.06.method-type.sql
20220525.slowvote.07.method-value.sql
20220525.slowvote.08.status-type.sql
20220525.slowvote.09.status-value.sql
20220525.slowvote.10.status-xactions.sql
20230902.repository.01.rebuild-index.php Implement ferret engine in typeahead datasource query for repos 2023-09-04 09:48:41 +02:00
20230917.fileattachment.01.delete.sql