aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data
diff options
context:
space:
mode:
authorOren Hurvitz2015-08-03 15:34:59 +0300
committerOren Hurvitz2015-08-03 15:34:59 +0300
commitdc098ef671f1964a6dda93c42c9e80644a520453 (patch)
treeff9bd71e724d230fa124cfdbd61aa0d6cd66c770 /OpenSim/Data
parentPGSL Presence migration to correct a double version 2 migration that existed (diff)
downloadopensim-SC_OLD-dc098ef671f1964a6dda93c42c9e80644a520453.zip
opensim-SC_OLD-dc098ef671f1964a6dda93c42c9e80644a520453.tar.gz
opensim-SC_OLD-dc098ef671f1964a6dda93c42c9e80644a520453.tar.bz2
opensim-SC_OLD-dc098ef671f1964a6dda93c42c9e80644a520453.tar.xz
Merged the two "Version 2" migrations in PGSQL
Diffstat (limited to 'OpenSim/Data')
-rwxr-xr-xOpenSim/Data/PGSQL/Resources/Presence.migrations6
1 files changed, 0 insertions, 6 deletions
diff --git a/OpenSim/Data/PGSQL/Resources/Presence.migrations b/OpenSim/Data/PGSQL/Resources/Presence.migrations
index 5489f88..5184034 100755
--- a/OpenSim/Data/PGSQL/Resources/Presence.migrations
+++ b/OpenSim/Data/PGSQL/Resources/Presence.migrations
@@ -19,12 +19,6 @@ BEGIN TRANSACTION;
19CREATE UNIQUE INDEX SessionID ON Presence("SessionID"); 19CREATE UNIQUE INDEX SessionID ON Presence("SessionID");
20CREATE INDEX UserID ON Presence("UserID"); 20CREATE INDEX UserID ON Presence("UserID");
21 21
22COMMIT;
23
24:VERSION 2
25
26BEGIN TRANSACTION;
27
28ALTER TABLE Presence ADD "LastSeen" Timestamp; 22ALTER TABLE Presence ADD "LastSeen" Timestamp;
29 23
30COMMIT; 24COMMIT;