Files
archived-web-bugs/sql/fixtures.sql
Peter Kokot fd1338e3de Revert "Add automatic fixtures generator importer"
This reverts commit 5cdac95adc.

Due to the https://github.com/php/web-bugs/pull/77 discussion and
request from a prominent member of the PHP group - Kalle - I'm reverting
this awesome addition because it caused too many conflicts and issues.
So it is not worth of investing more from my side into this neither
having a ruined experience further on from any side here.

This fix has been really helpful with some development ways but people
who maintain this app further better have peace of mind...
2019-05-25 12:16:43 +02:00

5 lines
300 B
SQL

-- Default pseudo packages (common for all projects)
INSERT INTO bugdb_pseudo_packages SET id = '1', parent = '0', name = 'Web Site', long_name = 'Web Site', project = '';
INSERT INTO bugdb_pseudo_packages SET id = '2', parent = '1', name = 'Bug System', long_name = 'Bug System', project = '';