fix table name bug
This commit is contained in:
commit
c4f701607c
|
@ -1,6 +1,6 @@
|
||||||
class CreateForgeRepeatTables < ActiveRecord::Migration[5.2]
|
class CreateForgeRepeatTables < ActiveRecord::Migration[5.2]
|
||||||
def change
|
def change
|
||||||
create_table :forge_applied_message do |t|
|
create_table :forge_applied_messages do |t|
|
||||||
t.references :user
|
t.references :user
|
||||||
t.references :applied, polymorphic: true
|
t.references :applied, polymorphic: true
|
||||||
t.integer :viewed, default: 0
|
t.integer :viewed, default: 0
|
||||||
|
|
Loading…
Reference in New Issue