All Downloads are FREE. Search and download functionalities are using the official Maven repository.

sql.migration.V20160203202648__PinPresenceToAuthId.sql Maven / Gradle / Ivy

There is a newer version: 3.0.0
Show newest version
ALTER TABLE user_presences ADD COLUMN auth_id BIGINT NOT NULL;
CREATE INDEX ON user_presences (user_id, last_seen_at);
CREATE INDEX ON user_presences (user_id, auth_id);




© 2015 - 2024 Weber Informatics LLC | Privacy Policy