chore: update column name when field was changed

This commit is contained in:
appflowy
2022-08-23 20:36:28 +08:00
parent c7b671ca07
commit f5f3f51cca
11 changed files with 91 additions and 80 deletions

View File

@ -31,7 +31,7 @@ class BoardPluginBuilder implements PluginBuilder {
class BoardPluginConfig implements PluginConfig {
@override
bool get creatable => false;
bool get creatable => true;
}
class BoardPlugin extends Plugin {