From a735ce2aa7da72242629a4452c33e7a1900fdd62 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Mon, 6 May 2013 12:27:54 +0300 Subject: migrations for ssh key STI and deploy keys <-> projects relation --- db/migrate/20130506085413_add_type_to_key.rb | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 db/migrate/20130506085413_add_type_to_key.rb (limited to 'db/migrate/20130506085413_add_type_to_key.rb') diff --git a/db/migrate/20130506085413_add_type_to_key.rb b/db/migrate/20130506085413_add_type_to_key.rb new file mode 100644 index 00000000000..315e7ca77b3 --- /dev/null +++ b/db/migrate/20130506085413_add_type_to_key.rb @@ -0,0 +1,5 @@ +class AddTypeToKey < ActiveRecord::Migration + def change + add_column :keys, :type, :string + end +end -- cgit v1.2.1