Skip to content

Commit

Permalink
creates OPM workgroup
Browse files Browse the repository at this point in the history
  • Loading branch information
johnclary committed Jul 6, 2023
1 parent 0a38d72 commit e52d435
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DELETE FROM moped_workgroup WHERE workgroup_name = 'Office of Performance Management';
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
INSERT INTO moped_workgroup (workgroup_name, department_id, workgroup_abbreviation)
values('Office of Performance Management', 1, 'OPM');

0 comments on commit e52d435

Please sign in to comment.