Allow 'migrations' folder as subfolder of sql
, not sql/sql_server
#38
Labels
enhancement
New feature or request
sql
, not sql/sql_server
#38
In recent versions of SqlRender it is allowed to put your OhdsiSql in the
inst/sql
folder instead of theinst/sql/sql_server
folder, andloadRenderTranslateSql()
will still work. The main reasons are(Note that plafform-specific code can still be placed in the appropriately named subfolders. It is just that 99.9% of SQL is OhdsiSql, so why not put it up a level?)
Currently ResultModelManager throw an error if I put the 'migrations' folder in the 'sql' folder. A simple extra lookup when looking for migration SQL would solve this. Could this be added?
The text was updated successfully, but these errors were encountered: