CC-4005: Tag files with Last Played date and number of times played
- done for files and webstreams
This commit is contained in:
parent
dfb1ffed79
commit
ba37bb4327
11 changed files with 219 additions and 35 deletions
|
@ -638,6 +638,7 @@ CREATE TABLE "cc_webstream"
|
|||
"creator_id" INTEGER NOT NULL,
|
||||
"mtime" TIMESTAMP(6) NOT NULL,
|
||||
"utime" TIMESTAMP(6) NOT NULL,
|
||||
"lptime" TIMESTAMP(6),
|
||||
"mime" VARCHAR(255),
|
||||
PRIMARY KEY ("id")
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue