Add created_unix field to frames table.

This commit is contained in:
2023-05-13 20:59:38 -05:00
parent e19a8c777c
commit 494f53bd62
3 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,7 @@ db_frames_fields = ("id",
"comment",
"course",
"created",
"created_unix",
"format",
"frame",
"from",