Merge branch 'adminbsb_ui_changes' of bitbucket.org:code2lab/sxrestaurant
This commit is contained in:
@@ -18,7 +18,7 @@ namespace :clear do
|
|||||||
ProductCommission.delete_all
|
ProductCommission.delete_all
|
||||||
DiningFacility.update_all(status:'available')
|
DiningFacility.update_all(status:'available')
|
||||||
CashierTerminal.update_all(is_currently_login: 0)
|
CashierTerminal.update_all(is_currently_login: 0)
|
||||||
SeedGenerator.where("id > 1").update(:current => 0, :next => 0)
|
SeedGenerator.where("id > 1").update(:current => 0, :next => 1)
|
||||||
# Receipt.delete_all
|
# Receipt.delete_all
|
||||||
# ReceiptDetail.delete_all
|
# ReceiptDetail.delete_all
|
||||||
OrderReservation.delete_all
|
OrderReservation.delete_all
|
||||||
|
|||||||
Reference in New Issue
Block a user