added ribica rake task (item import, copying sections to menu etc.)

This commit is contained in:
Edin Dazdarevic
2015-04-07 00:29:14 +02:00
parent 76d5fd7599
commit 5464ec5770
5 changed files with 331 additions and 14 deletions

View File

@@ -0,0 +1,5 @@
class ChangeCodeColumnOnItemsTable < ActiveRecord::Migration
def change
change_column :items, :code, :string, limit: 30
end
end