Update --help to mention that --migrate is still in beta

pull/2965/head
Samantaz Fox 3 years ago committed by GitHub
parent 55da1e3e92
commit 6d3b907307
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -103,7 +103,7 @@ Kemal.config.extra_options do |parser|
puts SOFTWARE.to_pretty_json
exit
end
parser.on("--migrate", "Run any migrations") do
parser.on("--migrate", "Run any migrations (beta, use at your own risk!!") do
Invidious::Database::Migrator.new(PG_DB).migrate
exit
end

Loading…
Cancel
Save