mirror of
https://github.com/iv-org/invidious.git
synced 2025-09-19 03:54:47 -04:00
Run crystal format
This commit is contained in:
parent
559d3e32c4
commit
4eee5cf70f
1 changed files with 7 additions and 9 deletions
|
@ -15,7 +15,6 @@ class Invidious::Database::Migrator
|
|||
.each do |migration|
|
||||
next if versions.includes?(migration.version)
|
||||
|
||||
|
||||
if !backed_up
|
||||
puts "New migration(s) found: creating database backup"
|
||||
back_up_database
|
||||
|
@ -82,5 +81,4 @@ class Invidious::Database::Migrator
|
|||
FROM public.#{table_name}
|
||||
SQL
|
||||
end
|
||||
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue