13 строки
511 B
MySQL
13 строки
511 B
MySQL
|
INSERT INTO download_sources (name, type, created)
|
||
|
VALUES
|
||
|
('dp-btn-version', 'full', NOW()),
|
||
|
('dp-btn-devchannel', 'full', NOW()),
|
||
|
('cb-hc-featured', 'full', NOW()),
|
||
|
('cb-dl-featured', 'full', NOW()),
|
||
|
('cb-hc-toprated', 'full', NOW()),
|
||
|
('cb-dl-toprated', 'full', NOW()),
|
||
|
('cb-hc-mostpopular', 'full', NOW()),
|
||
|
('cb-dl-mostpopular', 'full', NOW()),
|
||
|
('cb-hc-recentlyadded', 'full', NOW()),
|
||
|
('cb-dl-recentlyadded', 'full', NOW());
|