first commit

This commit is contained in:
2026-02-22 21:59:33 +01:00
commit eac33d84c0
5856 changed files with 763463 additions and 0 deletions

View 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.');