чат
This commit is contained in:
@@ -774,7 +774,8 @@ function checkAndUpdateTableStructure() {
|
||||
{ name: 'vk_notifications', type: 'BOOLEAN DEFAULT false' },
|
||||
{ name: 'vk_user_id', type: 'TEXT' },
|
||||
{ name: 'created_at', type: 'DATETIME DEFAULT CURRENT_TIMESTAMP' },
|
||||
{ name: 'updated_at', type: 'DATETIME DEFAULT CURRENT_TIMESTAMP' }
|
||||
{ name: 'updated_at', type: 'DATETIME DEFAULT CURRENT_TIMESTAMP' },
|
||||
{ name: 'last_chat_notification_sent_at', type: 'TIMESTAMP' }
|
||||
],
|
||||
notification_history: [
|
||||
{ name: 'id', type: 'INTEGER PRIMARY KEY AUTOINCREMENT' },
|
||||
|
||||
Reference in New Issue
Block a user