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

tech.aroma.sql.deletes.delete_user_device.sql Maven / Gradle / Ivy

------------------------------------------------------------------------------
-- DELETES A USER'S DEVICES
------------------------------------------------------------------------------

UPDATE user_preferences
SET serialized_devices = array_remove(serialized_devices, ?::TEXT)
WHERE user_id = ?




© 2015 - 2025 Weber Informatics LLC | Privacy Policy