Skip to content

Commit e6a02b1

Browse files
committed
Create pr_352.sql
1 parent af64cdb commit e6a02b1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

data/pr_352.sql

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
-- add the metadata column if it doesn't already exist
2+
DO
3+
$$
4+
BEGIN
5+
ALTER TABLE drs_object ADD COLUMN IF NOT EXISTS meta_data jsonb;
6+
END;
7+
$$;

0 commit comments

Comments
 (0)