Fix lightbox album scope
This commit is contained in:
@@ -115,7 +115,7 @@ class Spot extends Main
|
||||
'pattern' => "VARCHAR(200) NOT NULL",
|
||||
'posted_on' => "TIMESTAMP DEFAULT 0",
|
||||
'ref_feed_id' => "VARCHAR(40)",
|
||||
'ref_msg_id' => "INT",
|
||||
'ref_msg_id' => "VARCHAR(15)",
|
||||
'ref_spot_id' => "VARCHAR(10)",
|
||||
'rotate' => "SMALLINT",
|
||||
'site_time' => "TIMESTAMP DEFAULT 0", //DEFAULT 0 removes auto-set to current time
|
||||
|
||||
Reference in New Issue
Block a user