mirror of
https://github.com/sky-systems/sky_phone.git
synced 2026-09-01 15:01:52 +00:00
ENH - overhaul Photos media experience
This commit is contained in:
@@ -386,6 +386,7 @@ local schema = {
|
||||
collation = "ascii_bin",
|
||||
},
|
||||
{ name = "verified_at", type = "DATETIME NULL" },
|
||||
{ name = "favorite", type = "TINYINT(1) NOT NULL DEFAULT 0" },
|
||||
{ name = "created_at", type = "DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP" },
|
||||
},
|
||||
primaryKey = "id",
|
||||
|
||||
Reference in New Issue
Block a user