- πΊπΈUnited States tr Cascadia
Drupal 7 is no longer supported, and we don't have these schema problems in the Drupal 8/9/10/11 version of Radioactivity.
I enabled the module and received the following from the schema module:
radioactivity_decay_profile.enable_decay is type int but its default 1 is PHP type string
radioactivity_decay_profile.half_life is type int but its default 21600 is PHP type string
radioactivity_decay_profile.cut_off is type float but its default 0.1 is PHP type string
column energy - differences on: scale, precision
declared: array('description' => 'TODO: please describe this field!', 'type' => 'float', 'unsigned' => TRUE, 'size' => 'big', 'not null' => TRUE)
actual: array('description' => 'Energy', 'type' => 'float', 'unsigned' => TRUE, 'size' => 'big', 'not null' => TRUE, 'precision' => '', 'scale' => '')
Please advise
Closed: outdated
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Drupal 7 is no longer supported, and we don't have these schema problems in the Drupal 8/9/10/11 version of Radioactivity.