Hello,
I installed this module, and noticed that it creates and 'Extra' table in my database (fsrange_facets) according to the Schema module.
I don't have a good sense for how the Schema module flags this table as being 'Extra', but did want to ask whether or not this table is truly being used in this module or whether it's a leftover from an old version of the module.
Cheers,
Bryce
Comments
Comment #1
brycesenz commentedOk, I finally got around to really investigating this myself, and here's what's up: the current fsrange.install file doesn't use schema to install the database tables. I believe that using schema is strongly preferred nowadays, so I'm presenting an alternative .install file:
I've tried installing/using/uninstalling this module on my machine, and everything works great (and now plays nicely with schema). I'd love to see this work its way into a future commit, but for now anyone who wants to use this fix will just have to replace their .install file with the code above.