aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/Resources
diff options
context:
space:
mode:
authoropensim mirror account2010-10-13 11:30:07 -0700
committeropensim mirror account2010-10-13 11:30:07 -0700
commitcc8498a31a75e94611bf0ff4d4fffe0de11f889d (patch)
tree754765e8f4f47ccb3f74c6b1ba2a5845ab9aa861 /OpenSim/Data/MySQL/Resources
parentMerge branch 'master' of /var/git/opensim/ (diff)
parentMerge branch 'master' of melanie@opensimulator.org:/var/git/opensim (diff)
downloadopensim-SC_OLD-cc8498a31a75e94611bf0ff4d4fffe0de11f889d.zip
opensim-SC_OLD-cc8498a31a75e94611bf0ff4d4fffe0de11f889d.tar.gz
opensim-SC_OLD-cc8498a31a75e94611bf0ff4d4fffe0de11f889d.tar.bz2
opensim-SC_OLD-cc8498a31a75e94611bf0ff4d4fffe0de11f889d.tar.xz
Merge branch 'master' of /var/git/opensim/
Diffstat (limited to 'OpenSim/Data/MySQL/Resources')
-rw-r--r--OpenSim/Data/MySQL/Resources/Presence.migrations8
1 files changed, 8 insertions, 0 deletions
diff --git a/OpenSim/Data/MySQL/Resources/Presence.migrations b/OpenSim/Data/MySQL/Resources/Presence.migrations
index 91f7de5..1075a15 100644
--- a/OpenSim/Data/MySQL/Resources/Presence.migrations
+++ b/OpenSim/Data/MySQL/Resources/Presence.migrations
@@ -13,3 +13,11 @@ CREATE UNIQUE INDEX SessionID ON Presence(SessionID);
13CREATE INDEX UserID ON Presence(UserID); 13CREATE INDEX UserID ON Presence(UserID);
14 14
15COMMIT; 15COMMIT;
16
17:VERSION 1 # --------------------------
18
19BEGIN;
20
21ALTER TABLE `Presence` ADD COLUMN LastSeen timestamp;
22
23COMMIT;