mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-31 03:59:51 +08:00
Rollback migration version
This commit is contained in:
parent
ccf60fba7d
commit
e5bfb3c42d
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
class AddUserIdentityTable < ActiveRecord::Migration[5.1]
|
||||
class AddUserIdentityTable < ActiveRecord::Migration
|
||||
def change
|
||||
create_table :user_identities do |t|
|
||||
t.belongs_to :user, index: true
|
||||
|
|
Loading…
Reference in a new issue