Andrew Tomaka
4cbe7cfe37
Two step upgrade; migrations combined since zero downtime not relevant. Reviewed-on: #31
6 lines
117 B
Ruby
Executable file
6 lines
117 B
Ruby
Executable file
#!/usr/bin/env ruby
|
|
|
|
require_relative "../config/environment"
|
|
require "solid_queue/cli"
|
|
|
|
SolidQueue::Cli.start(ARGV)
|