Browse Source

Merge branch 'pre_trustie_server' into trustie_server

pull/346/head
yystopf 1 year ago
parent
commit
1e47fa7c91
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      db/migrate/20231107072541_create_pm_links.rb

+ 1
- 1
db/migrate/20231107072541_create_pm_links.rb View File

@@ -1,6 +1,6 @@
class CreatePmLinks < ActiveRecord::Migration[5.2]
def change
create_table :pm_links do |t|
create_table :pm_links, options: 'ENGINE=InnoDB DEFAULT CHARSET=utf8' do |t|
t.string :be_linkable_type, null: false
t.integer :be_linkable_id, null: false



Loading…
Cancel
Save