Quantcast
Viewing latest article 30
Browse Latest Browse All 38

Fix migration.

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.

Viewing latest article 30
Browse Latest Browse All 38

Trending Articles