mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-12-15 21:33:48 -05:00
Fixup docstrings
This commit is contained in:
parent
39fb971e85
commit
c75e2017f1
3 changed files with 9 additions and 7 deletions
|
|
@ -13,8 +13,8 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
-- Tracks when
|
||||
CREATE TABlE user_threepid_id_server (
|
||||
-- Tracks which identity server a user bound their threepid via.
|
||||
CREATE TABLE user_threepid_id_server (
|
||||
user_id TEXT NOT NULL,
|
||||
medium TEXT NOT NULL,
|
||||
address TEXT NOT NULL,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue