Actualiser uwu2x.sql

This commit is contained in:
2025-10-05 21:49:09 +00:00
parent 84ae6f7a6c
commit f500881a06

View File

@@ -5,7 +5,7 @@ CREATE TABLE interaction (
framerate FLOAT NOT NULL,
type VARCHAR(50) NOT NULL,
count INT DEFAULT 0,
date DATETIME NOT NULL,
date DATETIME(4) NOT NULL,
version VARCHAR(10) NOT NULL
);
INSERT INTO interaction (`id`,`identifier`,`project`,`framerate`,`type`,`count`,`date`,`version`) VALUES (3128600,'wZ77wHQ','proj_1I0AAK',60,'uwuClips',1,'2025-10-05 20:09:16.6320','8.4');