summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2019-06-10 15:22:55 +0100
committerBrendan Abolivier <babolivier@matrix.org>2019-06-10 15:22:55 +0100
commit4f0e9a3f01d191e4113a3848e5bbc00f12857893 (patch)
treed1d39db8a2e2f5a445e9a7603bdec926158b5cd2 /synapse
parentAdd unique index to the profile_replication_status table. (diff)
downloadsynapse-4f0e9a3f01d191e4113a3848e5bbc00f12857893.tar.xz
New line
Diffstat (limited to 'synapse')
-rw-r--r--synapse/storage/schema/delta/55/profile_replication_status_index.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/storage/schema/delta/55/profile_replication_status_index.sql b/synapse/storage/schema/delta/55/profile_replication_status_index.sql

index 7542ab8cbd..7c20cb5a44 100644 --- a/synapse/storage/schema/delta/55/profile_replication_status_index.sql +++ b/synapse/storage/schema/delta/55/profile_replication_status_index.sql
@@ -13,4 +13,4 @@ * limitations under the License. */ -CREATE UNIQUE INDEX profile_replication_status_idx ON profile_replication_status(host); \ No newline at end of file +CREATE UNIQUE INDEX profile_replication_status_idx ON profile_replication_status(host);