aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/Resources
diff options
context:
space:
mode:
authorMelanie Thielker2010-06-21 22:15:33 +0200
committerMelanie Thielker2010-06-21 22:15:33 +0200
commit53905cf919bc0365ba2f77d1cf0c06d0239c0418 (patch)
treef8b0292f691ca9449ac295bc6ab779b666e5063e /OpenSim/Data/MySQL/Resources
parentFix build break (diff)
downloadopensim-SC_OLD-53905cf919bc0365ba2f77d1cf0c06d0239c0418.zip
opensim-SC_OLD-53905cf919bc0365ba2f77d1cf0c06d0239c0418.tar.gz
opensim-SC_OLD-53905cf919bc0365ba2f77d1cf0c06d0239c0418.tar.bz2
opensim-SC_OLD-53905cf919bc0365ba2f77d1cf0c06d0239c0418.tar.xz
Bump the migration version, ot it would never happen
Diffstat (limited to 'OpenSim/Data/MySQL/Resources')
-rw-r--r--OpenSim/Data/MySQL/Resources/Presence.migrations2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/MySQL/Resources/Presence.migrations b/OpenSim/Data/MySQL/Resources/Presence.migrations
index 1075a15..be4030e 100644
--- a/OpenSim/Data/MySQL/Resources/Presence.migrations
+++ b/OpenSim/Data/MySQL/Resources/Presence.migrations
@@ -14,7 +14,7 @@ CREATE INDEX UserID ON Presence(UserID);
14 14
15COMMIT; 15COMMIT;
16 16
17:VERSION 1 # -------------------------- 17:VERSION 2 # --------------------------
18 18
19BEGIN; 19BEGIN;
20 20