addons-server/migrations/78-null-created.sql

3 строки
102 B
SQL

-- Ah the joys of fake data.
UPDATE users SET created = '2007-03-05 13:09:33' WHERE created IS NULL;