mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 03:06:05 +08:00
POSTGRES: Update database migrations to be in accordance with MySQL table definitions. Prerequisite for fixing PGSQLSimulationdata
Signed-off-by: Kevin Cozens <kevin@ve3syb.ca> (mantis #7846)
This commit is contained in:
committed by
Kevin Cozens
parent
b418033915
commit
7aa3d4256e
@@ -30,3 +30,11 @@ BEGIN TRANSACTION;
|
||||
|
||||
COMMIT;
|
||||
|
||||
:VERSION 3
|
||||
|
||||
BEGIN TRANSACTION;
|
||||
|
||||
CREATE UNIQUE INDEX auth_pkey ON auth USING btree (uuid);
|
||||
ALTER TABLE tokens ADD CONSTRAINT "uuid_token" UNIQUE ("uuid","token") NOT DEFERRABLE INITIALLY IMMEDIATE;
|
||||
|
||||
COMMIT;
|
||||
Reference in New Issue
Block a user