diff options
author | Melanie Thielker | 2010-06-21 22:15:33 +0200 |
---|---|---|
committer | Melanie Thielker | 2010-06-21 22:15:33 +0200 |
commit | 53905cf919bc0365ba2f77d1cf0c06d0239c0418 (patch) | |
tree | f8b0292f691ca9449ac295bc6ab779b666e5063e /OpenSim | |
parent | Fix build break (diff) | |
download | opensim-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')
-rw-r--r-- | OpenSim/Data/MySQL/Resources/Presence.migrations | 2 |
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 | ||
15 | COMMIT; | 15 | COMMIT; |
16 | 16 | ||
17 | :VERSION 1 # -------------------------- | 17 | :VERSION 2 # -------------------------- |
18 | 18 | ||
19 | BEGIN; | 19 | BEGIN; |
20 | 20 | ||