Can you manually add the broadcast field to your scheduler_task table in
the database?
-Jim
On Saturday, October 17, 2020 at 6:54:53 PM UTC-5, Ramos wrote:
>
> Hello i moved my app to opalstack from webfaction.
> I have a sqlite db. I deleted all files inside databases folder with
> .table ext
I'm not sure if this is different with sqlite but with postgres and mysql,
you would do the following:
1) delete all the .table files in the databases directory
2) set migrate=True and fake_migrate=True (also make sure lazy_tables is
False)
3) start your app with the scheduler option enabled. Yo
2 matches
Mail list logo