DB schema fix

git-svn-id: svn://192.168.202.10@3140 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2019-10-02 13:19:25 +00:00
parent b453391f4c
commit 12c1e67816
+1
View File
@@ -1062,6 +1062,7 @@ resets_today SMALLINT(5) UNSIGNED default '0',
auto_active_list_rank SMALLINT(5) default '0',
cache_count INT(9) UNSIGNED default '0',
cache_count_new INT(9) UNSIGNED default '0',
cache_count_dialable_new INT(9) UNSIGNED default '0',
cache_date DATETIME
) ENGINE=MyISAM;