diff options
| author | Richard van der Hoff <richard@matrix.org> | 2018-02-14 16:42:19 +0000 |
|---|---|---|
| committer | Richard van der Hoff <richard@matrix.org> | 2018-02-14 16:42:19 +0000 |
| commit | 39bf47319f002614d8de11948d09db7648b26315 (patch) | |
| tree | c7001eeba0b2dd046996683ce8c2a1df63ae6b69 | |
| parent | purge_history: handle sqlite asshattery (diff) | |
| download | synapse-39bf47319f002614d8de11948d09db7648b26315.tar.xz | |
purge_history: fix sqlite syntax error
apparently sqlite insists on indexes being named
Diffstat (limited to '')
| -rw-r--r-- | synapse/storage/events.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/synapse/storage/events.py b/synapse/storage/events.py |
