summaryrefslogtreecommitdiff
path: root/db/ci/migrate/20141127153745_remove_scripts_from_project.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/ci/migrate/20141127153745_remove_scripts_from_project.rb')
-rw-r--r--db/ci/migrate/20141127153745_remove_scripts_from_project.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/db/ci/migrate/20141127153745_remove_scripts_from_project.rb b/db/ci/migrate/20141127153745_remove_scripts_from_project.rb
new file mode 100644
index 00000000000..d28709340f4
--- /dev/null
+++ b/db/ci/migrate/20141127153745_remove_scripts_from_project.rb
@@ -0,0 +1,5 @@
+class RemoveScriptsFromProject < ActiveRecord::Migration
+ def change
+ remove_column :projects, :scripts
+ end
+end \ No newline at end of file