Skip to content

Commit 0fd5f65

Browse files
authored
refactor(schema): remove unused framework_version attribute from the schema (#380)
1 parent aff7250 commit 0fd5f65

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/forest_liana/bootstrapper.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,6 @@ def namespace_duplicated_models
175175
def setup_forest_liana_meta
176176
ForestLiana.meta = {
177177
database_type: database_type,
178-
framework_version: Gem.loaded_specs["rails"].version.version,
179178
liana: 'forest-rails',
180179
liana_version: ForestLiana::VERSION,
181180
orm_version: Gem.loaded_specs["activerecord"].version.version

0 commit comments

Comments
 (0)