about summary refs log tree commit diff
path: root/web/converse/migrations/2018-04-08-172739_default_posted/up.sql
ALTER TABLE threads ALTER COLUMN posted SET DEFAULT (NOW() AT TIME ZONE 'UTC');
ALTER TABLE posts ALTER COLUMN posted SET DEFAULT (NOW() AT TIME ZONE 'UTC');