MatrixSynapse/synapse/storage/schema/delta
Neil Johnson d2f7c4e6b1
create support user (#4141)
Allow for the creation of a support user.

A support user can access the server, join rooms, interact with other users, but does not appear in the user directory nor does it contribute to monthly active user limits.
2018-12-14 18:20:59 +00:00
..
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34 Drop sent_transactions 2018-12-01 23:07:35 -06:00
35
36
37
38
39
40 Add unique indexes to a couple of tables 2018-11-02 10:36:13 +00:00
41
42
43
44
45
46
47
48
49
50
51
52 Merge remote-tracking branch 'origin/develop' into dbkr/e2e_backup_versions_are_numbers 2018-11-09 18:35:02 +00:00
53 create support user (#4141) 2018-12-14 18:20:59 +00:00