mirror of
https://ghfast.top/https://github.com/discourse/discourse-akismet.git
synced 2026-07-15 11:36:24 +08:00
It looks like `akismet_data_fields` was renamed to `akismet_spam_data` but no migration was present for this. Additionally, the filename was still `akisment_data_fields.rb` which caused the plugin the break. This commit adds a migration to rename the table and renames the ruby file so the model can be found.
9 lines
145 B
Text
9 lines
145 B
Text
.bundle/
|
|
log/*.log
|
|
pkg/
|
|
test/dummy/db/*.sqlite3
|
|
test/dummy/db/*.sqlite3-journal
|
|
test/dummy/log/*.log
|
|
test/dummy/tmp/
|
|
test/dummy/.sass-cache
|
|
gems
|