Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
schema
  • Loading branch information
Saad committed Sep 16, 2024
1 parent 7c28f41 commit 104d11f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ docker compose up
* [REST](https://en.wikipedia.org/wiki/Representational_state_transfer)

#### Legacy Classic JS based Demo
* [Demo: Employee Admin Microservice](https://github.com/PureMVC/puremvc-js-demo-microservice-employeeadmin/tree/2.0.0)
* [Demo: Employee Admin Microservice](https://github.com/PureMVC/puremvc-js-demo-microservice-employeeadmin/tree/1.0.0)

## Status
Production - [Version 2.0](https://github.com/PureMVC/puremvc-js-demo-microservice-employeeadmin/blob/master/VERSION)
Expand Down
2 changes: 1 addition & 1 deletion assets/schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ CREATE TABLE `role` (

LOCK TABLES `role` WRITE;
/*!40000 ALTER TABLE `role` DISABLE KEYS */;
INSERT INTO `role` VALUES (1,'Administrator'),(2,'Accounts Payable'),(3,'Accounts Receivable'),(4,'user Benefits'),(5,'General Ledger'),(6,'Payroll'),(7,'Inventory'),(8,'Production'),(9,'Quality Control'),(10,'Sales'),(11,'Orders'),(12,'Customers'),(13,'Shipping'),(14,'Returns');
INSERT INTO `role` VALUES (1,'Administrator'),(2,'Accounts Payable'),(3,'Accounts Receivable'),(4,'Employee Benefits'),(5,'General Ledger'),(6,'Payroll'),(7,'Inventory'),(8,'Production'),(9,'Quality Control'),(10,'Sales'),(11,'Orders'),(12,'Customers'),(13,'Shipping'),(14,'Returns');
/*!40000 ALTER TABLE `role` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
Expand Down

0 comments on commit 104d11f

Please # to comment.