Skip to content

Commit

Permalink
fix: add date into sample videos
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyx committed Jan 5, 2025
1 parent 1068f64 commit 4114358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mysql-dump/MYSQL_DATABASE.sql
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ CREATE TABLE `shorts` (

LOCK TABLES `shorts` WRITE;
/*!40000 ALTER TABLE `shorts` DISABLE KEYS */;
INSERT INTO `shorts` VALUES (1,'test video','video.mp4',1),(2,'test video #2','video.mp4',1);
INSERT INTO `shorts` VALUES (1,'test video','video.mp4',1,2025-01-05),(2,'test video #2','video.mp4',1,2025-01-05);
/*!40000 ALTER TABLE `shorts` ENABLE KEYS */;
UNLOCK TABLES;

Expand Down

0 comments on commit 4114358

Please sign in to comment.