about summary refs log tree commit diff
path: root/migrations/2018-04-08-172739_default_posted/up.sql
blob: afca8181cc56df4b9715208acc8f500ccc182516 (plain) (blame)
1
2
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');