Commit 98260f36 authored by Nick Thomas's avatar Nick Thomas

Add missing DOWNTIME constant to the AddTimestampsToMembersAgain migration

parent f301d547
......@@ -7,6 +7,7 @@
# Why this happened is lost in the mists of time, so repeat the SQL query
# without speculation, just in case more than one person was affected.
class AddTimestampsToMembersAgain < ActiveRecord::Migration
DOWNTIME = false
def up
execute "UPDATE members SET created_at = NOW() WHERE created_at IS NULL"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment