first commit
This commit is contained in:
6
updates/1.60/ver_1.602_sql.txt
Normal file
6
updates/1.60/ver_1.602_sql.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
ALTER TABLE pp_articles ADD pixieset INT NOT NULL DEFAULT '0' AFTER password;
|
||||
INSERT INTO pp_langs_translations (id, text, pl) VALUES (NULL, 'pobierz-wszystkie', 'pobierz wszystkie');
|
||||
ALTER TABLE pp_articles_images ADD favorite INT NOT NULL DEFAULT '0' AFTER o;
|
||||
INSERT INTO pp_langs_translations (id, text, pl) VALUES (NULL, 'zatwierdz-wybrane-fotografie', 'zatwierdź wybrane fotografie');
|
||||
ALTER TABLE pp_articles ADD hash VARCHAR(255) NULL DEFAULT NULL AFTER pixieset;
|
||||
INSERT INTO pp_langs_translations (id, text, pl) VALUES (NULL, 'lista-wybranych-zdjec-zostala-zatwierdzona', 'Lista wybranych zdjęć została zatwierdzona.');
|
||||
Reference in New Issue
Block a user