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
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
adam
added the bug label 2025-12-29 00:21:24 +01:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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.