@@ -44,19 +44,19 @@ INSERT INTO msgs_optin(id, uuid, org_id, name) VALUES
44
44
45
45
/* * Msg with id 10000 */
46
46
DELETE FROM msgs_msg;
47
- INSERT INTO msgs_msg(" id" , " text" , " high_priority" , " created_on" , " modified_on" , " sent_on" , " queued_on " , " direction" , " status" , " visibility" , " msg_type" ,
47
+ INSERT INTO msgs_msg(" id" , " text" , " high_priority" , " created_on" , " modified_on" , " sent_on" , " direction" , " status" , " visibility" , " msg_type" ,
48
48
" msg_count" , " error_count" , " next_attempt" , " external_id" , " channel_id" , " contact_id" , " contact_urn_id" , " org_id" )
49
- VALUES (10000 , ' test message' , True, now(), now(), now(), now(), ' O' , ' W' , ' V' , ' T' ,
49
+ VALUES (10000 , ' test message' , True, now(), now(), now(), ' O' , ' W' , ' V' , ' T' ,
50
50
1 , 0 , now(), ' ext1' , 10 , 100 , 1000 , 1 );
51
51
52
- INSERT INTO msgs_msg(" id" , " text" , " high_priority" , " created_on" , " modified_on" , " sent_on" , " queued_on " , " direction" , " status" , " visibility" , " msg_type" ,
52
+ INSERT INTO msgs_msg(" id" , " text" , " high_priority" , " created_on" , " modified_on" , " sent_on" , " direction" , " status" , " visibility" , " msg_type" ,
53
53
" msg_count" , " error_count" , " next_attempt" , " external_id" , " channel_id" , " contact_id" , " contact_urn_id" , " org_id" )
54
- VALUES (10001 , ' test message without external' , True, now(), now(), now(), now(), ' O' , ' W' , ' V' , ' T' ,
54
+ VALUES (10001 , ' test message without external' , True, now(), now(), now(), ' O' , ' W' , ' V' , ' T' ,
55
55
1 , 0 , now(), ' ' , 10 , 100 , 1000 , 1 );
56
56
57
- INSERT INTO msgs_msg(" id" , " text" , " high_priority" , " created_on" , " modified_on" , " sent_on" , " queued_on " , " direction" , " status" , " visibility" , " msg_type" ,
57
+ INSERT INTO msgs_msg(" id" , " text" , " high_priority" , " created_on" , " modified_on" , " sent_on" , " direction" , " status" , " visibility" , " msg_type" ,
58
58
" msg_count" , " error_count" , " next_attempt" , " external_id" , " channel_id" , " contact_id" , " contact_urn_id" , " org_id" )
59
- VALUES (10002 , ' test message incoming' , True, now(), now(), now(), now(), ' I' , ' P' , ' V' , ' T' ,
59
+ VALUES (10002 , ' test message incoming' , True, now(), now(), now(), ' I' , ' P' , ' V' , ' T' ,
60
60
1 , 0 , now(), ' ext2' , 10 , 100 , 1000 , 1 );
61
61
62
62
INSERT INTO msgs_media(" id" , " uuid" , " org_id" , " content_type" , " url" , " path" , " size" , " duration" , " width" , " height" , " original_id" )
0 commit comments