Skip to content

Commit 244b063

Browse files
authored
Merge pull request #10312 from ananyakaligal/Submitter
Include "Submitter" Column in Auto-Loaded Data for Local Environment
2 parents 16fb67e + 8f7e9a8 commit 244b063

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/dev-instance/dev_db.pg_dump

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,8 @@ CREATE TABLE public.import_item (
450450
ia_id text,
451451
data text,
452452
ol_key text,
453-
comments text
453+
comments text,
454+
submitter text
454455
);
455456

456457

0 commit comments

Comments
 (0)