/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `roles`
--
LOCKTABLES`roles`WRITE;
/*!40000 ALTER TABLE `roles` DISABLE KEYS */;
INSERTINTO`roles`VALUES(1,'super-admin','Super Admin, all admin perms and can create new admins'),(2,'admin','Can create/delete and modify bookings'),(3,'user','Standard user');
/*!40000 ALTER TABLE `roles` ENABLE KEYS */;
UNLOCKTABLES;
--
-- Table structure for table `users`
--
DROPTABLEIFEXISTS`users`;
/*!40101 SET @saved_cs_client = @@character_set_client */;