Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
remove unused table
Browse files Browse the repository at this point in the history
  • Loading branch information
jhdcruz committed Dec 9, 2022
1 parent ca6d874 commit 7d89e21
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions src/main/resources/database/dd_pharmacy_schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -143,22 +143,6 @@ CREATE TABLE `userlogs`
COLLATE = utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Table structure for table `actionlogs`
--
DROP TABLE IF EXISTS `actionlogs`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8 */;
CREATE TABLE `actionlogs`
(
`username` VARCHAR(45) NOT NULL,
`description` VARCHAR(300) NOT NULL,
`date` DATETIME DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP
) ENGINE = InnoDB
DEFAULT CHARSET = utf8
COLLATE = utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Table structure for table `users`
--
Expand Down

0 comments on commit 7d89e21

Please sign in to comment.