Correct database commands

This commit is contained in:
Maikel Linke
2020-04-17 12:52:05 +10:00
parent 8af40f4675
commit 75207247e6

View File

@@ -1,10 +1,12 @@
# frozen_string_literal: true
class OldMigrationsRemoved < ActiveRecord::Migration
def up
raise StandardError, <<-MESSAGE
You haven't updated your dev environment in a long time!
Legacy migration files before 2019 have now been removed.
Run `rails db:schema:load` before running `rails db:migrate`.
Run `rake db:schema:load` before running `rake db:migrate`.
MESSAGE
end