mirror of
https://github.com/plashchynski/crono.git
synced 2026-01-11 21:10:24 +01:00
table_name_prefix not taken into account #24
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @hquick81 on GitHub (Aug 24, 2015).
Hi,
in my application.rb file i used
config.active_record.table_name_prefix = 'xyz_'
to create a namespace inside a database that is allreay in use by other applications as well.
When i try to start the crono job on commandline it says that it cannot find the table CRONO_JOBS which is correct because the table name is xyz_crono_jobs.
Is this a bug or do i have to set some options somewhere to make this work ?
Thx and greetings
Holger
@plashchynski commented on GitHub (Jun 26, 2016):
@hjansen thanks for reporting.