summary refs log tree commit diff
path: root/synapse/storage/schema/delta/56/hidden_devices.sql (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move schema delta files to the correct data store.Erik Johnston2019-10-241-18/+0
| | | | They were put in the global schema delta directory due to a bad merge.
* Cross-signing [1/4] -- hidden devices (#5759)Hubert Chathi2019-08-121-0/+18
* allow devices to be marked as "hidden" This is a prerequisite for cross-signing, as it allows us to create other things that live within the device namespace, so they can be used for signatures.