Merge branch 'foodcourt' of https://gitlab.com/code2lab/SXRestaurant into foodcourt
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddShopCodeMembershipAction < ActiveRecord::Migration[5.1]
|
||||
def change
|
||||
add_column :membership_actions, :shop_code, :string, :default => '262'
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user