fix database migrations
This commit is contained in:
parent
94e100b78b
commit
133b832d78
2 changed files with 25 additions and 19 deletions
|
|
@ -1,3 +1,9 @@
|
|||
# This migration has a ".skip" suffix to prevent it from being recognised as
|
||||
# a migration. While this migration is relevant for the messages plugin, it
|
||||
# was already included in stock foodsoft when messages were part of its core.
|
||||
# `rake db:install:migrations` would install this migration, resulting in an
|
||||
# attempt to create an already existing messages table.
|
||||
#
|
||||
# extracted from 20090120184410_road_to_version_three.rb
|
||||
class CreateMessages < ActiveRecord::Migration
|
||||
def self.up
|
||||
Loading…
Add table
Add a link
Reference in a new issue