We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 707bb4b commit 035126aCopy full SHA for 035126a
lib/generators/solid_queue/install/install_generator.rb
@@ -6,7 +6,7 @@ class SolidQueue::InstallGenerator < Rails::Generators::Base
6
def copy_files
7
template "config/queue.yml"
8
template "config/recurring.yml"
9
- template "db/queue_schema.rb"
+ template "db/queue_migrate/1_create_solid_queue_tables.rb"
10
template "bin/jobs"
11
chmod "bin/jobs", 0755 & ~File.umask, verbose: false
12
end
0 commit comments