From a04462dd22f4dbd0161e8fa6aa6b1bee36b2e483 Mon Sep 17 00:00:00 2001 From: inga-lovinde <52715130+inga-lovinde@users.noreply.github.com> Date: Sat, 7 Jan 2012 22:56:30 +0000 Subject: [PATCH] Legacy upload numbers are moved higher --- Builder/IISMainHandler/build.txt | 2 +- FLocal.Migration.Console/UploadProcessor.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Builder/IISMainHandler/build.txt b/Builder/IISMainHandler/build.txt index fb2e329..568d4cb 100644 --- a/Builder/IISMainHandler/build.txt +++ b/Builder/IISMainHandler/build.txt @@ -1 +1 @@ -2060 \ No newline at end of file +2061 \ No newline at end of file diff --git a/FLocal.Migration.Console/UploadProcessor.cs b/FLocal.Migration.Console/UploadProcessor.cs index 3444c29..ae22553 100644 --- a/FLocal.Migration.Console/UploadProcessor.cs +++ b/FLocal.Migration.Console/UploadProcessor.cs @@ -31,10 +31,10 @@ namespace FLocal.Migration.Console { id = raw; break; case "gif": - id = 500000 + raw; + id = 5000000 + raw; break; case "png": - id = 600000 + raw; + id = 6000000 + raw; break; default: throw new FLocalException("wrong extension");