Open orchardbot opened 14 years ago
@jetski5822 created: https://orchard.codeplex.com/workitem/16641
Basically, If i want to add an extra database provide to setup, I would need to change your current code, as this is currently hard coded in orchard.setup.
DatabaseProvider = model.DatabaseOptions ? "SqlCe" : "SqlServer",
Any idea on how to change?
suhacan commented:
We should look into opening up areas in setup to permit modules that implement their own db providers.
@jetski5822 created: https://orchard.codeplex.com/workitem/16641
Basically, If i want to add an extra database provide to setup, I would need to change your current code, as this is currently hard coded in orchard.setup.
DatabaseProvider = model.DatabaseOptions ? "SqlCe" : "SqlServer",
Any idea on how to change?