diff options
author | Oren Hurvitz | 2015-08-03 15:34:59 +0300 |
---|---|---|
committer | Oren Hurvitz | 2015-08-03 15:34:59 +0300 |
commit | dc098ef671f1964a6dda93c42c9e80644a520453 (patch) | |
tree | ff9bd71e724d230fa124cfdbd61aa0d6cd66c770 /OpenSim/Data/PGSQL/Resources/Presence.migrations | |
parent | PGSL Presence migration to correct a double version 2 migration that existed (diff) | |
download | opensim-SC-dc098ef671f1964a6dda93c42c9e80644a520453.zip opensim-SC-dc098ef671f1964a6dda93c42c9e80644a520453.tar.gz opensim-SC-dc098ef671f1964a6dda93c42c9e80644a520453.tar.bz2 opensim-SC-dc098ef671f1964a6dda93c42c9e80644a520453.tar.xz |
Merged the two "Version 2" migrations in PGSQL
Diffstat (limited to '')
-rwxr-xr-x | OpenSim/Data/PGSQL/Resources/Presence.migrations | 6 |
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; | |||
19 | CREATE UNIQUE INDEX SessionID ON Presence("SessionID"); | 19 | CREATE UNIQUE INDEX SessionID ON Presence("SessionID"); |
20 | CREATE INDEX UserID ON Presence("UserID"); | 20 | CREATE INDEX UserID ON Presence("UserID"); |
21 | 21 | ||
22 | COMMIT; | ||
23 | |||
24 | :VERSION 2 | ||
25 | |||
26 | BEGIN TRANSACTION; | ||
27 | |||
28 | ALTER TABLE Presence ADD "LastSeen" Timestamp; | 22 | ALTER TABLE Presence ADD "LastSeen" Timestamp; |
29 | 23 | ||
30 | COMMIT; | 24 | COMMIT; |