Skip to content

Commit

Permalink
Merge pull request #50 from everypizza1/sql-fix
Browse files Browse the repository at this point in the history
fix: add `date` into sample videos
  • Loading branch information
ProgramminCat authored Jan 7, 2025
2 parents 91f4cff + 4114358 commit b988b4a
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 b988b4a

Please sign in to comment.