Quantcast
Channel: FeedBunch:72746f1d36ee27cbb60245a53b05a279a371e279 commits
Viewing all articles
Browse latest Browse all 38

Fix migration.

$
0
0
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 all articles
Browse latest Browse all 38

Trending Articles