From 05fb17ea6a8753f7b3f0981cd2bdae5dbe5379ce Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Tue, 25 Oct 2016 16:20:42 +0200 Subject: [PATCH] use int as roomid everywhere --- appinfo/database.xml | 4 ++-- appinfo/info.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/appinfo/database.xml b/appinfo/database.xml index 07887f5e5..7a083ba58 100644 --- a/appinfo/database.xml +++ b/appinfo/database.xml @@ -70,9 +70,9 @@ roomId - text + integer true - 255 + 4 lastPing diff --git a/appinfo/info.xml b/appinfo/info.xml index bd2d2282b..f70067739 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -6,7 +6,7 @@ AGPLv3+ Lukas Reschke, Jan-Christoph Borchardt - 1.0.14 + 1.0.15