core: Fix 64-bit ID SQLite -> Postgres migration
[quassel.git] / src / core / sqlitestorage.h
index f72a839..0ab7921 100644 (file)
@@ -175,7 +175,7 @@ public:
 
     bool prepareQuery(MigrationObject mo) override;
 
-    int stepSize() { return 50000; }
+    qint64 stepSize() { return 50000; }
 
 protected:
     bool transaction()  override { return logDb().transaction(); }