If you used DEB or RPM package:
shell> zammad run rails c
If you isntalled from source:
shell> rails c
then:
rails> Ticket.destroy_all
rails> OnlineNotification.destroy_all
rails> ActivityStream.destroy_all
rails> RecentView.destroy_all
rails> History.destroy_all