mirror of
https://gitea.invidious.io/iv-org/invidious.git
synced 2024-08-15 00:53:41 +00:00
Update --help to mention that --migrate is still in beta
This commit is contained in:
parent
55da1e3e92
commit
6d3b907307
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ Kemal.config.extra_options do |parser|
|
||||||
puts SOFTWARE.to_pretty_json
|
puts SOFTWARE.to_pretty_json
|
||||||
exit
|
exit
|
||||||
end
|
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
|
Invidious::Database::Migrator.new(PG_DB).migrate
|
||||||
exit
|
exit
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue