Commit 55fa9425 authored by blackst0ne's avatar blackst0ne

Fix `downtime_check` job

15fcd965 (!18547) squashes old migrations
to a single one.

Old migrations had `rubocop:disable all` rule, but the new migration doesn't
have it, so the `downtime_check` fails.

This commit explicitly tells that the migration requires downtime.
parent ca91120e
class InitSchema < ActiveRecord::Migration class InitSchema < ActiveRecord::Migration
DOWNTIME = true
def up def up
create_table "broadcast_messages", force: :cascade do |t| create_table "broadcast_messages", force: :cascade do |t|
t.text "message", null: false t.text "message", null: false
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment