mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-10 01:01:57 +01: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
|
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
|
||||||
|
|
Loading…
Reference in a new issue