mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-08 22:24:23 +08:00
schema missing space
This commit is contained in:
parent
0dc0109d91
commit
04c6f0c20d
1 changed files with 1 additions and 1 deletions
|
@ -549,7 +549,7 @@ ActiveRecord::Schema.define(version: 20170619125051) do
|
|||
t.integer "team_id", null: false
|
||||
t.datetime "created_at", null: false
|
||||
t.datetime "updated_at", null: false
|
||||
end
|
||||
end
|
||||
|
||||
add_index "samples_tables", ["team_id"], name: "index_samples_tables_on_team_id", using: :btree
|
||||
add_index "samples_tables", ["user_id"], name: "index_samples_tables_on_user_id", using: :btree
|
||||
|
|
Loading…
Add table
Reference in a new issue