15 строки
595 B
SQL
15 строки
595 B
SQL
INSERT INTO download_sources (name, type, created)
|
|
VALUES
|
|
('hp-btn-promo', 'full', NOW()),
|
|
('hp-dl-promo', 'full', NOW()),
|
|
('hp-hc-featured', 'full', NOW()),
|
|
('hp-dl-featured', 'full', NOW()),
|
|
('hp-hc-upandcoming', 'full', NOW()),
|
|
('hp-dl-upandcoming', 'full', NOW()),
|
|
('hp-hc-mostpopular', 'full', NOW()),
|
|
('hp-dl-mostpopular', 'full', NOW()),
|
|
('dp-hc-oftenusedwith', 'full', NOW()),
|
|
('dp-dl-oftenusedwith', 'full', NOW()),
|
|
('dp-hc-othersby', 'full', NOW()),
|
|
('dp-dl-othersby', 'full', NOW());
|