file
23 rows where patch_id = 1799
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
8059 | 1799 1799 | includes/installer/i18n/ca.json |
8060 | 1799 1799 | includes/installer/i18n/cs.json |
8061 | 1799 1799 | includes/installer/i18n/de.json |
8062 | 1799 1799 | includes/installer/i18n/en.json |
8063 | 1799 1799 | includes/installer/i18n/es.json |
8064 | 1799 1799 | includes/installer/i18n/fa.json |
8065 | 1799 1799 | includes/installer/i18n/fi.json |
8066 | 1799 1799 | includes/installer/i18n/fr.json |
8067 | 1799 1799 | includes/installer/i18n/he.json |
8068 | 1799 1799 | includes/installer/i18n/it.json |
8069 | 1799 1799 | includes/installer/i18n/ja.json |
8070 | 1799 1799 | includes/installer/i18n/ko.json |
8071 | 1799 1799 | includes/installer/i18n/mk.json |
8072 | 1799 1799 | includes/installer/i18n/nl.json |
8073 | 1799 1799 | includes/installer/i18n/pl.json |
8074 | 1799 1799 | includes/installer/i18n/pt-br.json |
8075 | 1799 1799 | includes/installer/i18n/pt.json |
8076 | 1799 1799 | includes/installer/i18n/qqq.json |
8077 | 1799 1799 | includes/installer/i18n/ru.json |
8078 | 1799 1799 | includes/installer/i18n/sv.json |
8079 | 1799 1799 | includes/installer/i18n/tr.json |
8080 | 1799 1799 | includes/installer/i18n/vi.json |
8081 | 1799 1799 | includes/installer/i18n/zh-hant.json |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE file ( id INTEGER PRIMARY KEY, patch_id INTEGER NOT NULL, filename INTEGER NOT NULL, FOREIGN KEY(patch_id) REFERENCES patch(id) ); CREATE INDEX file_patch_id ON file(patch_id);