updated system reference, included default gallery in sql script
This commit is contained in:
parent
78f31e0c31
commit
8afae5cc89
@ -4,6 +4,7 @@ class DATA_FRISEURTEAM extends \SYSTEM\DB\QI {
|
||||
public static function get_class(){return \get_class();}
|
||||
public static function files_mysql(){
|
||||
return array( (new \PSQL('/mysql/system_text.sql'))->SERVERPATH(),
|
||||
(new \PSQL('/mysql/system_page.sql'))->SERVERPATH());
|
||||
(new \PSQL('/mysql/system_page.sql'))->SERVERPATH(),
|
||||
(new \PSQL('/mysql/webcraft_gallery.sql'))->SERVERPATH());
|
||||
}
|
||||
}
|
||||
13
friseurteam/sql/mysql/webcraft_gallery.sql
Normal file
13
friseurteam/sql/mysql/webcraft_gallery.sql
Normal file
@ -0,0 +1,13 @@
|
||||
INSERT INTO `webcraft_gallery` (`ID`, `gallery`, `position`, `heading`, `description`, `file_cat`, `file_id`) VALUES (4, 1, 99, '', '', 'gallery', 'gallery1.png');
|
||||
INSERT INTO `webcraft_gallery` (`ID`, `gallery`, `position`, `heading`, `description`, `file_cat`, `file_id`) VALUES (5, 1, 99, '', '', 'gallery', 'gallery2.png');
|
||||
INSERT INTO `webcraft_gallery` (`ID`, `gallery`, `position`, `heading`, `description`, `file_cat`, `file_id`) VALUES (6, 1, 99, '', '', 'gallery', 'gallery3.png');
|
||||
INSERT INTO `webcraft_gallery` (`ID`, `gallery`, `position`, `heading`, `description`, `file_cat`, `file_id`) VALUES (7, 1, 99, '', '', 'gallery', 'gallery4.png');
|
||||
INSERT INTO `webcraft_gallery` (`ID`, `gallery`, `position`, `heading`, `description`, `file_cat`, `file_id`) VALUES (8, 1, 99, '', '', 'gallery', 'gallery5.png');
|
||||
INSERT INTO `webcraft_gallery` (`ID`, `gallery`, `position`, `heading`, `description`, `file_cat`, `file_id`) VALUES (9, 1, 99, '', '', 'gallery', 'gallery6.png');
|
||||
INSERT INTO `webcraft_gallery` (`ID`, `gallery`, `position`, `heading`, `description`, `file_cat`, `file_id`) VALUES (10, 1, 99, '', '', 'gallery', 'gallery7.jpg');
|
||||
INSERT INTO `webcraft_gallery` (`ID`, `gallery`, `position`, `heading`, `description`, `file_cat`, `file_id`) VALUES (11, 1, 99, '', '', 'gallery', 'gallery8.jpg');
|
||||
INSERT INTO `webcraft_gallery` (`ID`, `gallery`, `position`, `heading`, `description`, `file_cat`, `file_id`) VALUES (12, 1, 99, '', '', 'gallery', 'gallery9.jpg');
|
||||
INSERT INTO `webcraft_gallery` (`ID`, `gallery`, `position`, `heading`, `description`, `file_cat`, `file_id`) VALUES (13, 2, 99, '', '', 'header', 'headergallery1.png');
|
||||
INSERT INTO `webcraft_gallery` (`ID`, `gallery`, `position`, `heading`, `description`, `file_cat`, `file_id`) VALUES (14, 2, 95, '', '', 'header', 'headergallery2.png');
|
||||
INSERT INTO `webcraft_gallery` (`ID`, `gallery`, `position`, `heading`, `description`, `file_cat`, `file_id`) VALUES (15, 2, 99, '', '', 'header', 'headergallery3.png');
|
||||
INSERT INTO `webcraft_gallery` (`ID`, `gallery`, `position`, `heading`, `description`, `file_cat`, `file_id`) VALUES (16, 3, 99, '', '', 'gallery', 'gallery2.png');
|
||||
@ -1 +1 @@
|
||||
Subproject commit 7e79b07f8c73480ed6943ef0ab9658c24ebb9e54
|
||||
Subproject commit f0865e96726a397b13d8b92597d091142403ed03
|
||||
Reference in New Issue
Block a user