Skip to content

Commit

Permalink
add table to sql data
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimdoerr committed Jun 25, 2018
1 parent d7a9115 commit e64e312
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data.sql
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
INSERT INTO `rex_cke5_profiles` (`id`, `name`, `description`, `toolbar`, `heading`, `alignment`, `image_toolbar`, `fontsize`, `highlight`, `rexlink`, `height_default`, `min_height`, `max_height`, `lang`, `mediatype`, `mediacategory`, `upload_default`, `createdate`, `updatedate`, `createuser`, `updateuser`)
INSERT INTO `rex_cke5_profiles` (`id`, `name`, `description`, `toolbar`, `heading`, `alignment`, `image_toolbar`, `fontsize`, `highlight`, `table_toolbar`, `rexlink`, `height_default`, `min_height`, `max_height`, `lang`, `mediatype`, `mediacategory`, `upload_default`, `createdate`, `updatedate`, `createuser`, `updateuser`)
VALUES
(1, 'default', 'Default & Demo Profile', 'heading,|,alignment,highlight,bold,italic,underline,strikethrough,link,rexImage,blockQuote,bulletedList,numberedList,Undo,Redo', 'paragraph,h1,h2,h3,h4', 'left,right,center,justify', 'imageTextAlternative,|,full,alignLeft,alignRight,alignCenter', 'tiny,small,big,huge', 'yellowMarker,greenMarker,redPen,greenPen', 'internal,media', '|default_height|', 0, 0, '', '', 0, '|default_upload|', '2018-05-21 17:50:09', '2018-05-26 18:03:26', 'admin', 'admin'),
(2, 'light', 'Lead-Text & Demo Profile', 'bold,italic,bulletedList,numberedList,Undo,Redo', '', 'left,right,center', '', '', '', 'internal,media', '|default_height|', 0, 0, '', '', 0, NULL, '2018-05-26 20:48:34', '2018-05-26 20:54:53', 'admin', 'admin');
(1, 'default', 'Default & Demo Profile', 'heading,|,bold,italic,underline,strikethrough,blockQuote,bulletedList,numberedList,alignment,highlight,|,link,rexImage,insertTable,|,undo,redo', 'paragraph,h1,h2,h3,h4', 'left,right,center,justify', 'imageTextAlternative,|,full,alignLeft,alignRight,alignCenter', 'tiny,small,big,huge', 'yellowMarker,greenMarker,redPen,greenPen', 'tableColumn,tableRow,mergeTableCells', 'internal,media', '|default_height|', 0, 0, '', '', 0, '|default_upload|', '2018-05-21 17:50:09', '2018-06-22 20:14:00', 'admin', 'admin'),
(2, 'light', 'Lead-Text & Demo Profile', 'bold,italic,bulletedList,numberedList,Undo,Redo', '', 'left,right,center', '', '', '', NULL, 'internal,media', '|default_height|', 0, 0, '', '', 0, NULL, '2018-05-26 20:48:34', '2018-05-26 20:54:53', 'admin', 'admin');

INSERT INTO `rex_cke5_mblock_demo` (`id`, `name`, `mblock_field`, `createdate`, `updatedate`, `createuser`, `updateuser`)
VALUES
Expand Down

0 comments on commit e64e312

Please sign in to comment.