fixed conflict

This commit is contained in:
Nweni
2017-06-08 09:57:33 +06:30
58 changed files with 893 additions and 438 deletions

View File

@@ -1,4 +1,5 @@
class CreateMenuItems < ActiveRecord::Migration[5.0]
class CreateMenuItems < ActiveRecord::Migration[5.1]
def change
create_table :menu_items do |t|
t.string :item_code, :null => false