aboutsummaryrefslogtreecommitdiffstats
path: root/db/schema.rb
diff options
context:
space:
mode:
authorAlban Peignier2018-05-10 19:39:10 +0200
committerAlban Peignier2018-05-10 19:39:10 +0200
commit65afd2cfe722e57241d27cf8a1069ca67aafc3e0 (patch)
tree20201cfb0024443ab819cdcd51c31f608fb8547d /db/schema.rb
parent091b582db02ca6f8304cb0176b818a7a90be8d88 (diff)
downloadchouette-core-65afd2cfe722e57241d27cf8a1069ca67aafc3e0.tar.bz2
Fix specs. Refs #6960
Diffstat (limited to 'db/schema.rb')
-rw-r--r--db/schema.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb
index 2bc979abb..ec8dae690 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -450,7 +450,7 @@ ActiveRecord::Schema.define(version: 20180509071833) do
t.string "reference"
t.string "name"
t.hstore "metrics"
- t.integer "referential_id"
+ t.integer "referential_id", limit: 8
end
add_index "import_resources", ["import_id"], name: "index_import_resources_on_import_id", using: :btree