mirror of
https://gitea.invidious.io/iv-org/invidious.git
synced 2024-08-15 00:53:41 +00:00
throw in required usage as example
This commit is contained in:
parent
2aa30760f6
commit
9e4bae4fa5
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
module Invidious::Database::Migrations
|
||||
class LimitChannelVideosIndex < Migration
|
||||
version 11
|
||||
required false
|
||||
|
||||
def up(conn : DB::Connection)
|
||||
conn.exec <<-SQL
|
||||
|
|
Loading…
Reference in a new issue