SQL script not being executed for file based module

LabKey Support Forum (Inactive)
SQL script not being executed for file based module Will Holtz  2014-06-25 11:12
Status: Closed
 
Hi Josh,

Thanks for the help. I tried your approach and unfortunately nothing changed. My module and sql script are not showing up in the core tables, so I don't think it is a version number problem:
labkeydev=> SELECT * FROM core.sqlscripts WHERE filename LIKE 'fermentation%';
 _ts | createdby | created | modifiedby | modified | modulename | filename
-----+-----------+---------+------------+----------+------------+----------
(0 rows)

labkeydev=> SELECT * FROM core.modules WHERE name LIKE 'Fermentation';
 name | classname | installedversion | enabled | autouninstall | schemas
------+-----------+------------------+---------+---------------+---------
(0 rows)

Any other ideas would be greatly appreciated!

-Will