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 55da1e3 commit 6d3b907Copy full SHA for 6d3b907
src/invidious.cr
@@ -103,7 +103,7 @@ Kemal.config.extra_options do |parser|
103
puts SOFTWARE.to_pretty_json
104
exit
105
end
106
- parser.on("--migrate", "Run any migrations") do
+ parser.on("--migrate", "Run any migrations (beta, use at your own risk!!") do
107
Invidious::Database::Migrator.new(PG_DB).migrate
108
109
0 commit comments