Revision 73816905
Von Moritz Bunkus vor mehr als 10 Jahren hinzugefügt
sql/Pg-upgrade2/project_status_default_entries.sql | ||
---|---|---|
1 |
-- @tag: project_status_default_entries |
|
2 |
-- @description: Standardeinträge für Projektstatus |
|
3 |
-- @depends: project_bob_attributes |
|
4 |
|
|
5 |
INSERT INTO project_status (name, description, position) VALUES ('presales', 'Akquise', 1); |
|
6 |
INSERT INTO project_status (name, description, position) VALUES ('planning', 'In Planung', 2); |
|
7 |
INSERT INTO project_status (name, description, position) VALUES ('running', 'In Bearbeitung', 3); |
|
8 |
INSERT INTO project_status (name, description, position) VALUES ('done', 'Fertiggestellt', 4); |
Auch abrufbar als: Unified diff
Projektstatustabelle mit Standardeinträgen bestücken