mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-09 06:35:37 +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
|
def change
|
||||||
create_table :user_identities do |t|
|
create_table :user_identities do |t|
|
||||||
t.belongs_to :user, index: true
|
t.belongs_to :user, index: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue