mirror of
https://github.com/discourse/discourse-ai.git
synced 2025-03-06 17:30:20 +00:00
* FIX: Remove `null: false` from dropped column It's causing an issue when attempting to seed data in fresh installs. The column was dropped in a post-migration. * Update db/migrate/20230322142028_make_dropped_value_column_nullable.rb Co-authored-by: David Taylor <david@taylorhq.com> --------- Co-authored-by: David Taylor <david@taylorhq.com>