mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 03:40:49 +08:00
fix table name bug
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
class CreateForgeRepeatTables < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
create_table :forge_applied_message do |t|
|
||||
create_table :forge_applied_messages do |t|
|
||||
t.references :user
|
||||
t.references :applied, polymorphic: true
|
||||
t.integer :viewed, default: 0
|
||||
|
||||
Reference in New Issue
Block a user