added ribica rake task (item import, copying sections to menu etc.)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class ChangeCodeColumnOnItemsTable < ActiveRecord::Migration
|
||||
def change
|
||||
change_column :items, :code, :string, limit: 30
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user