cheap hack for preserving some lifecycle information for the moriarty project

master
dtookey 2 years ago
parent 1cb6ee49e4
commit 2c92a99f58

@ -6,6 +6,9 @@ CREATE OR REPLACE INDEX billing_refnum ON billing (refNumber);
UPDATE users SET hash = '';
DELETE FROM project_lifecycle WHERE project_number = 'EVENT';
CREATE TABLE lifecycle AS SELECT * FROM project_lifecycle;
UPDATE project_lifecycle SET new_value = '+CREATED', changed_column = 'status' WHERE changed_column = 'created';
#TIMEZONE FIX

Loading…
Cancel
Save