add expiry for login
This commit is contained in:
@@ -16,6 +16,7 @@ namespace :clear do
|
||||
PaymentJournal.delete_all
|
||||
Survey.delete_all
|
||||
ProductCommission.delete_all
|
||||
InDuty.delete_all
|
||||
DiningFacility.update_all(status:'available')
|
||||
CashierTerminal.update_all(is_currently_login: 0)
|
||||
SeedGenerator.where("id > 1").update(:current => 0, :next => 1)
|
||||
|
||||
Reference in New Issue
Block a user