You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kon.sh/frontend/drizzle/0014_awesome_christian_walk...

6 lines
216 B
SQL

-- Custom SQL migration file, put you code below! --
UPDATE visitor
SET device_type = COALESCE(device_type, ''),
device_vendor = COALESCE(device_vendor, ''),
os = COALESCE(os, ''),
browser = COALESCE(browser, '');