@@ -1418,7 +1418,7 @@ CREATE TABLE `{#}users` (
1418
1418
) ENGINE= InnoDB DEFAULT CHARSET= utf8 ROW_FORMAT= DYNAMIC COMMENT= ' Users' ;
1419
1419
1420
1420
INSERT INTO ` {#}users` (` id` , ` groups` , ` email` , ` password_hash` , ` is_admin` , ` nickname` , ` date_reg` , ` date_log` , ` date_group` , ` ip` , ` is_locked` , ` lock_until` , ` lock_reason` , ` pass_token` , ` date_token` , ` friends_count` , ` subscribers_count` , ` time_zone` , ` karma` , ` rating` , ` theme` , ` notify_options` , ` privacy_options` , ` status_id` , ` status_text` , ` inviter_id` , ` invites_count` , ` date_invites` , ` birth_date` , ` city` , ` city_cache` , ` hobby` , ` avatar` , ` icq` , ` skype` , ` phone` , ` music` , ` movies` , ` site` ) VALUES
1421
- (1 , ' ---\n - 6\n ' , ' admin@example.com' , NULL , 1 , ' admin' , CURRENT_TIMESTAMP , CURRENT_TIMESTAMP , CURRENT_TIMESTAMP , ' 127.0.0.1' , NULL , NULL , NULL , NULL , NULL , 468 , 2 , ' Europe/London' , 0 , 0 , ' ---\n bg_img: null\n bg_color: ' ' #ffffff' ' \n bg_repeat: no-repeat\n bg_pos_x: left\n bg_pos_y: top\n margin_top: 0\n ' , ' ---\n users_friend_add: both\n users_friend_delete: both\n comments_new: both\n comments_reply: email\n users_friend_accept: pm\n groups_invite: email\n users_wall_write: email\n ' , ' ---\n users_profile_view: anyone\n messages_pm: anyone\n ' , NULL , NULL , NULL , 0 , NULL , ' 1985-10-15 00:00:00' , 12008 , ' London' , ' Style too own civil out along. Perfectly offending attempted add arranging age gentleman concluded.' , NULL , ' 987654321' , ' admin' , ' 100-20-30' , ' Disco House, Minimal techno' , ' various interesting' , ' instantcms.ru' );
1421
+ (1 , ' ---\n - 6\n ' , ' admin@example.com' , NULL , 1 , ' admin' , CURRENT_TIMESTAMP , CURRENT_TIMESTAMP , CURRENT_TIMESTAMP , ' 127.0.0.1' , NULL , NULL , NULL , NULL , NULL , 0 , 0 , ' Europe/London' , 0 , 0 , ' ---\n bg_img: null\n bg_color: ' ' #ffffff' ' \n bg_repeat: no-repeat\n bg_pos_x: left\n bg_pos_y: top\n margin_top: 0\n ' , ' ---\n users_friend_add: both\n users_friend_delete: both\n comments_new: both\n comments_reply: email\n users_friend_accept: pm\n groups_invite: email\n users_wall_write: email\n ' , ' ---\n users_profile_view: anyone\n messages_pm: anyone\n ' , NULL , NULL , NULL , 0 , NULL , ' 1985-10-15 00:00:00' , 12008 , ' London' , ' Style too own civil out along. Perfectly offending attempted add arranging age gentleman concluded.' , NULL , ' 987654321' , ' admin' , ' 100-20-30' , ' Disco House, Minimal techno' , ' various interesting' , ' instantcms.ru' );
1422
1422
1423
1423
DROP TABLE IF EXISTS ` {#}users_contacts` ;
1424
1424
CREATE TABLE ` {#}users_contacts` (
@@ -1695,6 +1695,7 @@ CREATE TABLE `{#}widgets` (
1695
1695
` is_external` tinyint (1 ) DEFAULT ' 1' ,
1696
1696
` files` text COMMENT ' List of widget files (for third-party widgets)' ,
1697
1697
` addon_id` int (11 ) UNSIGNED DEFAULT NULL ,
1698
+ ` image_hint_path` varchar (100 ) DEFAULT NULL COMMENT ' Hint image' ,
1698
1699
PRIMARY KEY (` id` ),
1699
1700
KEY ` version` (` version` ),
1700
1701
KEY ` name` (` name` ),
0 commit comments