GitLab now enforces expiry dates on tokens that originally had no set expiration date. Those tokens were given an expiration date of one year later. Please review your personal access tokens, project access tokens, and group access tokens to ensure you are aware of upcoming expirations. Administrators of GitLab can find more information on how to identify and mitigate interruption in our documentation.
/*!40101 SET character_set_client = @saved_cs_client */;
--
...
...
@@ -70,7 +71,7 @@ CREATE TABLE `transaction` (
LOCKTABLES`transaction`WRITE;
/*!40000 ALTER TABLE `transaction` DISABLE KEYS */;
INSERTINTO`transaction`VALUES(1,1,2,'Tubagus Ismail','Cisitu',5,'Oke banget','2017-09-01'),(2,4,3,'Dago Asri','Kampus ITB',2,'Lambat banget nih','2017-10-01'),(3,1,3,'Cisitu','Plesiran',2,'Drivernya lambat pisan','2017-09-30'),(4,4,1,'Kopo','Ciwalk',5,'Perjalanan jauh tapi menyenangkan','2017-10-01');
INSERTINTO`transaction`VALUES(1,1,2,'Tubagus Ismail','Cisitu',5,'Oke banget','2017-09-01',1),(2,4,3,'Dago Asri','Kampus ITB',2,'Lambat banget nih','2017-10-01',1),(3,1,3,'Cisitu','Plesiran',2,'Drivernya lambat pisan','2017-09-30',1),(4,4,1,'Kopo','Ciwalk',5,'Perjalanan jauh tapi menyenangkan','2017-10-01',1);
/*!40000 ALTER TABLE `transaction` ENABLE KEYS */;
UNLOCKTABLES;
...
...
@@ -113,4 +114,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;