mirror of
https://github.com/iv-org/invidious.git
synced 2025-05-31 14:11:54 +05:30
throw in required usage as example
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
module Invidious::Database::Migrations
|
module Invidious::Database::Migrations
|
||||||
class LimitChannelVideosIndex < Migration
|
class LimitChannelVideosIndex < Migration
|
||||||
version 11
|
version 11
|
||||||
|
required false
|
||||||
|
|
||||||
def up(conn : DB::Connection)
|
def up(conn : DB::Connection)
|
||||||
conn.exec <<-SQL
|
conn.exec <<-SQL
|
||||||
|
Reference in New Issue
Block a user