Advertisement
Guest User

Untitled

a guest
Aug 18th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. -- Copied from the DB as INSERT statements.
  2.  
  3. -- This is the SQL of the row when the field is created.
  4. INSERT INTO `content_node_field_instance` (`field_name`,`type_name`,`weight`,`label`,`widget_type`,`widget_settings`,`display_settings`,`description`,`widget_module`,`widget_active`)
  5. VALUES
  6. ('field_video', 'video', 31, 'Video', 'ooyala_upload', 'a:0:{}', 'a:4:{s:5:\"label\";a:2:{s:6:\"format\";s:5:\"above\";s:7:\"exclude\";i:0;}s:6:\"teaser\";a:2:{s:6:\"format\";s:7:\"default\";s:7:\"exclude\";i:0;}s:4:\"full\";a:2:{s:6:\"format\";s:7:\"default\";s:7:\"exclude\";i:0;}i:4;a:2:{s:6:\"format\";s:7:\"default\";s:7:\"exclude\";i:0;}}', '', 'ooyala', 1);
  7.  
  8. -- This is the row when the field is updated.
  9. INSERT INTO `content_node_field_instance` (`field_name`,`type_name`,`weight`,`label`,`widget_type`,`widget_settings`,`display_settings`,`description`,`widget_module`,`widget_active`)
  10. VALUES
  11. ('field_video', 'video', 31, 'Video', 'ooyala_upload', 'a:0:{}', 'a:6:{s:6:\"weight\";s:2:\"31\";s:6:\"parent\";s:0:\"\";s:5:\"label\";a:1:{s:6:\"format\";s:5:\"above\";}s:6:\"teaser\";a:2:{s:6:\"format\";s:12:\"ooyala_video\";s:7:\"exclude\";i:0;}s:4:\"full\";a:2:{s:6:\"format\";s:12:\"ooyala_video\";s:7:\"exclude\";i:0;}i:4;a:2:{s:6:\"format\";s:7:\"default\";s:7:\"exclude\";i:0;}}', '', 'ooyala', 1);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement