ok, it's come up at least four times now

This commit is contained in:
Peter Bhat Harkins 2018-11-08 08:13:05 -06:00
parent 7e056d07b8
commit 4870da7ec6
1 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,9 @@
# If you are reading this file because Rails complains that there isn't a
# version on this migration, stop.
#
# Create your database with `rails db:schema:load`, not by running all these.
# We have migrations to migrate live databases, not create them, and we do not
# want a PR to 'fix' migrations.
class CreateInvitations < ActiveRecord::Migration
def change
create_table :invitations do |t|