added 'order' fields to sections, categories and sub_categories. - moved backoffice migrations to front-api
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddOrderToSections < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :sections, :order, :integer
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user