aboutsummaryrefslogtreecommitdiffstats
path: root/db/migrate
diff options
context:
space:
mode:
authorZog2018-03-08 11:46:20 +0100
committerZog2018-03-12 12:00:14 +0100
commita4a075f5eec935dd6a0dbf0a861b6ada13b1dcbc (patch)
treeb046d69937ce998d918a7a4bf5a3e2e418961fa1 /db/migrate
parentdb15dc6158939d2577ccd53aac66a283ce4f3338 (diff)
downloadchouette-core-a4a075f5eec935dd6a0dbf0a861b6ada13b1dcbc.tar.bz2
Refs #6133; Add options on the Exports, and forward them tu the UX
Diffstat (limited to 'db/migrate')
-rw-r--r--db/migrate/20180308095116_add_options_to_exports.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/db/migrate/20180308095116_add_options_to_exports.rb b/db/migrate/20180308095116_add_options_to_exports.rb
new file mode 100644
index 000000000..02744c5cb
--- /dev/null
+++ b/db/migrate/20180308095116_add_options_to_exports.rb
@@ -0,0 +1,5 @@
+class AddOptionsToExports < ActiveRecord::Migration
+ def change
+ add_column :exports, :options, :hstore
+ end
+end