Add documentation about the migration hack

This commit is contained in:
Thibaut Girka
2019-11-20 17:18:00 +01:00
parent 6475525f31
commit 33c2a7e23c
3 changed files with 25 additions and 2 deletions

View File

@@ -1,3 +1,6 @@
# This migration is a duplicate of 20180410220657 and may get ignored, see
# config/initializers/0_duplicate_migrations.rb
class CreateBookmarks < ActiveRecord::Migration[5.1]
def change
create_table :bookmarks do |t|