postgis update or set projection
ALTER TABLE cuebiq ALTER COLUMN geom TYPE geometry(Point,4326) USING ST_SetSRID(geom,4326);