Browse Source

fix table name bug

tags/v3.1.1^2
jasder 5 years ago
parent
commit
c4f701607c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      db/migrate/20210617081433_create_forge_repeat_tables.rb

+ 1
- 1
db/migrate/20210617081433_create_forge_repeat_tables.rb View File

@@ -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


Loading…
Cancel
Save