The current value for the already existing records in entry_states table for the new published and entry_created_at columns is set with a raw SQL update, instead of using ActiveRecord.
Using AR is too resource-intensive and makes the migration fail after a long time. Hopefully the SQL update will give better results.
↧