mirror of
https://github.com/iv-org/invidious.git
synced 2025-07-04 12:38:29 +00:00
Run crystal format
This commit is contained in:
parent
559d3e32c4
commit
4eee5cf70f
@ -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…
Reference in New Issue
Block a user