Go to file
Roman Rizzi 1916bafca0
FIX: Remove `null: false` from dropped column (#24)
* 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>
2023-03-22 11:40:20 -03:00
.github/workflows Initial commit 2023-02-17 11:33:47 -03:00
app FEATURE: Prompts can consist of multiple messages. (#21) 2023-03-21 12:04:59 -03:00
assets REFACTOR: Store prompts in a dedicated table. (#14) 2023-03-17 15:14:19 -03:00
config FEATURE: Prompts can consist of multiple messages. (#21) 2023-03-21 12:04:59 -03:00
db FIX: Remove `null: false` from dropped column (#24) 2023-03-22 11:40:20 -03:00
lib FEATURE: Try to generate embeddings for a topic when those aren't found (#23) 2023-03-21 18:20:46 -03:00
spec FEATURE: Prompts can consist of multiple messages. (#21) 2023-03-21 12:04:59 -03:00
test/javascripts Initial commit 2023-02-17 11:33:47 -03:00
.discourse-compatibility Initial commit 2023-02-17 11:33:47 -03:00
.eslintrc Initial commit 2023-02-17 11:33:47 -03:00
.gitignore Initial commit 2023-02-17 11:33:47 -03:00
.prettierrc Initial commit 2023-02-17 11:33:47 -03:00
.rubocop.yml Initial commit 2023-02-17 11:33:47 -03:00
.streerc Initial commit 2023-02-17 11:33:47 -03:00
.template-lintrc.js Initial commit 2023-02-17 11:33:47 -03:00
Gemfile Initial commit 2023-02-17 11:33:47 -03:00
Gemfile.lock Initial commit 2023-02-17 11:33:47 -03:00
LICENSE Initial commit 2023-02-17 11:33:47 -03:00
README.md Initial commit 2023-02-17 11:33:47 -03:00
package.json Initial commit 2023-02-17 11:33:47 -03:00
plugin.rb FEATURE: Semantic Suggested Topics (#10) 2023-03-15 17:21:45 -03:00
yarn.lock Initial commit 2023-02-17 11:33:47 -03:00

README.md

Plugin Name Plugin

Plugin Summary

For more information, please see: url to meta topic